gnome_shell_plugin_start: fix bluetooth g_log muting
gnome-bluetooth changed its G_LOG_DOMAIN, so it was escaping our filters. Fix that.
This commit is contained in:
parent
804b51fa95
commit
493e82e37d
@ -478,7 +478,7 @@ gnome_shell_plugin_start (MetaPlugin *plugin)
|
|||||||
muted_log_handler, NULL);
|
muted_log_handler, NULL);
|
||||||
g_log_set_handler ("GdmUser", G_LOG_LEVEL_DEBUG,
|
g_log_set_handler ("GdmUser", G_LOG_LEVEL_DEBUG,
|
||||||
muted_log_handler, NULL);
|
muted_log_handler, NULL);
|
||||||
g_log_set_handler ("libgnome-bluetooth", G_LOG_LEVEL_DEBUG | G_LOG_LEVEL_MESSAGE,
|
g_log_set_handler ("Bluetooth", G_LOG_LEVEL_DEBUG | G_LOG_LEVEL_MESSAGE,
|
||||||
muted_log_handler, NULL);
|
muted_log_handler, NULL);
|
||||||
|
|
||||||
/* Initialize the global object here. */
|
/* Initialize the global object here. */
|
||||||
|
Loading…
Reference in New Issue
Block a user