main: Mute the browser plugin

This commit is contained in:
Jasper St. Pierre 2011-10-25 12:57:58 -04:00
parent 1aa97b19f7
commit d74721f229

View File

@ -554,6 +554,8 @@ main (int argc, char **argv)
muted_log_handler, NULL);
g_log_set_handler ("tp-glib/proxy", G_LOG_LEVEL_DEBUG,
muted_log_handler, NULL);
g_log_set_handler ("GnomeShellBrowserPlugin", G_LOG_LEVEL_DEBUG,
muted_log_handler, NULL);
/* Turn on telepathy-glib debugging but filter it out in
* default_log_handler. This handler also exposes all the logs over D-Bus