diff --git a/src/main.c b/src/main.c index fe72e24b0..d97088712 100644 --- a/src/main.c +++ b/src/main.c @@ -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