From: Xavier Claessens Date: Sun, 6 May 2007 15:12:14 +0000 (+0000) Subject: [darcs-to-svn @ adding debug message] X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=6e542b100fd2efcfb7b8a3b58bf173fed1e3e494 [darcs-to-svn @ adding debug message] svn path=/trunk/; revision=31 --- diff --git a/libempathy/empathy-contact-list.c b/libempathy/empathy-contact-list.c index c3d3171d..4d4b692f 100644 --- a/libempathy/empathy-contact-list.c +++ b/libempathy/empathy-contact-list.c @@ -384,6 +384,8 @@ empathy_contact_list_setup (EmpathyContactList *list) priv = GET_PRIV (list); + gossip_debug (DEBUG_DOMAIN, "setup contact list: %p", list); + dbus_g_proxy_connect_signal (DBUS_G_PROXY (priv->tp_conn), "NewChannel", G_CALLBACK (contact_list_newchannel_cb), list, NULL);