[gnome-shell] main: Mute the browser plugin



commit d74721f2296d6fad5b04f4c22a454a9006260850
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Oct 25 12:57:58 2011 -0400

    main: Mute the browser plugin

 src/main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 0b80783..252e2f5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]