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:
Dan Winship 2011-02-17 10:54:30 -05:00
parent 804b51fa95
commit 493e82e37d

View File

@ -478,7 +478,7 @@ gnome_shell_plugin_start (MetaPlugin *plugin)
muted_log_handler, NULL);
g_log_set_handler ("GdmUser", G_LOG_LEVEL_DEBUG,
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);
/* Initialize the global object here. */