main: filter out "tp-glib/proxy-DEBUG" messages

This commit is contained in:
Dan Winship 2011-07-14 14:07:01 -04:00
parent 31857cf05f
commit 602326bb57

View File

@ -528,6 +528,8 @@ main (int argc, char **argv)
muted_log_handler, NULL);
g_log_set_handler ("Bluetooth", G_LOG_LEVEL_DEBUG | G_LOG_LEVEL_MESSAGE,
muted_log_handler, NULL);
g_log_set_handler ("tp-glib/proxy", 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