bluetooth: Fix wrong panel name in warning

This commit is contained in:
Bastien Nocera 2012-01-26 17:39:11 +00:00
parent 304c10d901
commit e3565989e0

View file

@ -427,7 +427,7 @@ switch_panel (CcBluetoothPanel *self,
shell = cc_panel_get_shell (CC_PANEL (self));
if (cc_shell_set_active_panel_from_id (shell, panel, NULL, &error) == FALSE)
{
g_warning ("Failed to activate Region panel: %s", error->message);
g_warning ("Failed to activate '%s' panel: %s", panel, error->message);
g_error_free (error);
}
}