diff options
author | Ted Gould <ted@canonical.com> | 2009-04-13 14:41:33 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-13 14:41:33 -0500 |
commit | 46a050c2eac7bc12566339cbdea6bdb3376ccecf (patch) | |
tree | 80c31b01f92afe6ade1bfae0990ef98aaa5a55c6 | |
parent | 135906b4b250f8c5be3a1a157d77c689313f381a (diff) | |
download | libayatana-indicator-46a050c2eac7bc12566339cbdea6bdb3376ccecf.tar.gz libayatana-indicator-46a050c2eac7bc12566339cbdea6bdb3376ccecf.tar.bz2 libayatana-indicator-46a050c2eac7bc12566339cbdea6bdb3376ccecf.zip |
Less debug
-rw-r--r-- | libindicate/listener.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/listener.c b/libindicate/listener.c index 5ae3e09..20a3278 100644 --- a/libindicate/listener.c +++ b/libindicate/listener.c @@ -1054,7 +1054,7 @@ static const gchar * _introspector_interface = "org.freedesktop.indicator"; static void introspect_this (DBusGProxy * proxy, char * OUT_data, GError * error, gpointer data) { - g_debug("Introspect this:\n%s", OUT_data); + /* g_debug("Introspect this:\n%s", OUT_data); */ proxy_t * server = (proxy_t *)data; if (proxy != NULL) { g_object_unref(proxy); |