[gnome-shell] main: filter out "tp-glib/proxy-DEBUG" messages
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] main: filter out "tp-glib/proxy-DEBUG" messages
- Date: Thu, 14 Jul 2011 18:14:18 +0000 (UTC)
commit 602326bb57e40a51617af383dd46f4e6b92ed2e4
Author: Dan Winship <danw gnome org>
Date: Thu Jul 14 14:07:01 2011 -0400
main: filter out "tp-glib/proxy-DEBUG" messages
src/main.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index fe72e24..d970887 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]