From bc739e2debf92ccc3ea0180a1d37a262d89cc1bb Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 9 Aug 2007 19:16:33 +0000 Subject: Change debug message svn path=/trunk/; revision=242 --- libempathy-gtk/empathy-status-icon.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/empathy-status-icon.c b/libempathy-gtk/empathy-status-icon.c index 654cbd50d..1ec1a21a5 100644 --- a/libempathy-gtk/empathy-status-icon.c +++ b/libempathy-gtk/empathy-status-icon.c @@ -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); -- cgit v1.2.3