diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-08-10 03:16:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-08-10 03:16:33 +0800 |
commit | bc739e2debf92ccc3ea0180a1d37a262d89cc1bb (patch) | |
tree | 01f78b9510af90a0349f4cef9bd62bb9f1346b80 | |
parent | 6b18017f8240d6ce4880a1ed7d9158be8d914c95 (diff) | |
download | gsoc2013-empathy-bc739e2debf92ccc3ea0180a1d37a262d89cc1bb.tar gsoc2013-empathy-bc739e2debf92ccc3ea0180a1d37a262d89cc1bb.tar.gz gsoc2013-empathy-bc739e2debf92ccc3ea0180a1d37a262d89cc1bb.tar.bz2 gsoc2013-empathy-bc739e2debf92ccc3ea0180a1d37a262d89cc1bb.tar.lz gsoc2013-empathy-bc739e2debf92ccc3ea0180a1d37a262d89cc1bb.tar.xz gsoc2013-empathy-bc739e2debf92ccc3ea0180a1d37a262d89cc1bb.tar.zst gsoc2013-empathy-bc739e2debf92ccc3ea0180a1d37a262d89cc1bb.zip |
Change debug message
svn path=/trunk/; revision=242
-rw-r--r-- | libempathy-gtk/empathy-status-icon.c | 6 |
1 files 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); |