diff options
author | Ted Gould <ted@canonical.com> | 2009-04-13 14:47:35 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-13 14:47:35 -0500 |
commit | e32b37d049968231cb19129654fd3be997efb48b (patch) | |
tree | 38e55e31ab9b97ee563b5994a20c9a332a14c1e7 | |
parent | 46a050c2eac7bc12566339cbdea6bdb3376ccecf (diff) | |
download | libayatana-indicator-e32b37d049968231cb19129654fd3be997efb48b.tar.gz libayatana-indicator-e32b37d049968231cb19129654fd3be997efb48b.tar.bz2 libayatana-indicator-e32b37d049968231cb19129654fd3be997efb48b.zip |
Commenting out some debug messages
-rw-r--r-- | libindicate/listener.c | 5 |
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; } |