bluetooth: Fix wrong panel name in warning
This commit is contained in:
parent
304c10d901
commit
e3565989e0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue