]> git.0d.be Git - empathy.git/commitdiff
Change a bit some debug output
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 10 Aug 2007 14:09:46 +0000 (14:09 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 10 Aug 2007 14:09:46 +0000 (14:09 +0000)
svn path=/trunk/; revision=246

libempathy/empathy-chandler.c
libempathy/empathy-filter.c

index 9bef4b1e1cfe6e184c0e27b470dc60e32e5edbc6..3d65de775a214fd1aa784fbf0b0c835d45661544 100644 (file)
@@ -141,6 +141,9 @@ empathy_chandler_handle_channel (EmpathyChandler  *chandler,
                               handle_type,
                               handle);
 
+       empathy_debug (DEBUG_DOMAIN, "New channel to be handled: "
+                                    "type=%s handle=%d",
+                                    channel_type, handle);
        g_signal_emit (chandler, signals[NEW_CHANNEL], 0, tp_conn, tp_chan);
 
        g_object_unref (tp_chan);
index d916b60ddeca45f9d331c6c6591540f408269a21..d45e26178c9e971f74a12151c6ff9222de2ebfb7 100644 (file)
@@ -228,7 +228,9 @@ empathy_filter_filter_channel (EmpathyFilter  *filter,
 
        g_hash_table_insert (priv->table, tp_chan, GUINT_TO_POINTER (id));
 
-       empathy_debug (DEBUG_DOMAIN, "New channel to be filtred: %d", id);
+       empathy_debug (DEBUG_DOMAIN, "New channel to be filtred: "
+                                    "type=%s handle=%d id=%d",
+                                    channel_type, handle, id);
        g_signal_emit (filter, signals[NEW_CHANNEL], 0, tp_conn, tp_chan);
 
        g_object_unref (tp_conn);