main: filter out "tp-glib/proxy-DEBUG" messages
This commit is contained in:
parent
31857cf05f
commit
602326bb57
@ -528,6 +528,8 @@ main (int argc, char **argv)
|
|||||||
muted_log_handler, NULL);
|
muted_log_handler, NULL);
|
||||||
g_log_set_handler ("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);
|
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
|
/* Turn on telepathy-glib debugging but filter it out in
|
||||||
* default_log_handler. This handler also exposes all the logs over D-Bus
|
* default_log_handler. This handler also exposes all the logs over D-Bus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user