aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-filter.c')
-rw-r--r--libempathy/empathy-filter.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy/empathy-filter.c b/libempathy/empathy-filter.c
index d916b60dd..d45e26178 100644
--- a/libempathy/empathy-filter.c
+++ b/libempathy/empathy-filter.c
@@ -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);