aboutsummaryrefslogtreecommitdiff
path: root/libindicate
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-13 14:47:35 -0500
committerTed Gould <ted@canonical.com>2009-04-13 14:47:35 -0500
commite32b37d049968231cb19129654fd3be997efb48b (patch)
tree38e55e31ab9b97ee563b5994a20c9a332a14c1e7 /libindicate
parent46a050c2eac7bc12566339cbdea6bdb3376ccecf (diff)
downloadlibayatana-indicator-e32b37d049968231cb19129654fd3be997efb48b.tar.gz
libayatana-indicator-e32b37d049968231cb19129654fd3be997efb48b.tar.bz2
libayatana-indicator-e32b37d049968231cb19129654fd3be997efb48b.zip
Commenting out some debug messages
Diffstat (limited to 'libindicate')
-rw-r--r--libindicate/listener.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libindicate/listener.c b/libindicate/listener.c
index 20a3278..a314ea8 100644
--- a/libindicate/listener.c
+++ b/libindicate/listener.c
@@ -1061,8 +1061,9 @@ introspect_this (DBusGProxy * proxy, char * OUT_data, GError * error, gpointer d
}
if (error != NULL) {
/* We probably couldn't introspect that far up. That's
- life, it happens. */
- g_debug("Introspection error on %s object %s: %s", server->name, _introspector_fullpath[server->introspect_level], error->message);
+ life, it happens. Or there's a timeout, that happens
+ too, I guess some apps are too busy for us. */
+ /* g_debug("Introspection error on %s object %s: %s", server->name, _introspector_fullpath[server->introspect_level], error->message); */
return;
}