]> git.0d.be Git - empathy.git/commitdiff
Change debug message
authorXavier Claessens <xclaesse@src.gnome.org>
Thu, 9 Aug 2007 19:16:33 +0000 (19:16 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Thu, 9 Aug 2007 19:16:33 +0000 (19:16 +0000)
svn path=/trunk/; revision=242

libempathy-gtk/empathy-status-icon.c

index 654cbd50db80836e42eb1cef9e626a4b791115a8..1ec1a21a5a1655dd63375b7737b36bc7a5798c95 100644 (file)
@@ -259,9 +259,11 @@ status_icon_filter_new_channel (EmpathyFilter     *filter,
 
        priv = GET_PRIV (icon);
 
-       empathy_debug (DEBUG_DOMAIN, "New text channel to be filtered");
-
        account = mission_control_get_account_for_connection (priv->mc, tp_conn, NULL);
+
+       empathy_debug (DEBUG_DOMAIN, "New text channel to be filtered for contact %s",
+                      empathy_inspect_channel (account, tp_chan));
+
        tp_chat = empathy_tp_chat_new (account, tp_chan);
        g_object_set_data (G_OBJECT (tp_chat), "filter", filter);
        g_object_unref (account);