aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-02-17 05:25:22 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-17 05:25:22 +0800
commit82d6d9f09a127e8f587a6c4052ec89043df5b75c (patch)
treef2fac39783f8be32ab5cb643e133834174b718a8
parente2a03c85d69d893c298cde260762e248846178c3 (diff)
downloadgsoc2013-empathy-82d6d9f09a127e8f587a6c4052ec89043df5b75c.tar
gsoc2013-empathy-82d6d9f09a127e8f587a6c4052ec89043df5b75c.tar.gz
gsoc2013-empathy-82d6d9f09a127e8f587a6c4052ec89043df5b75c.tar.bz2
gsoc2013-empathy-82d6d9f09a127e8f587a6c4052ec89043df5b75c.tar.lz
gsoc2013-empathy-82d6d9f09a127e8f587a6c4052ec89043df5b75c.tar.xz
gsoc2013-empathy-82d6d9f09a127e8f587a6c4052ec89043df5b75c.tar.zst
gsoc2013-empathy-82d6d9f09a127e8f587a6c4052ec89043df5b75c.zip
empathy_tube_handler_new: add debug message
From: Guillaume Desmottes <gdesmott@gnome.org> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2489 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--libempathy/empathy-tube-handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tube-handler.c b/libempathy/empathy-tube-handler.c
index 42ccba61f..64b96b94d 100644
--- a/libempathy/empathy-tube-handler.c
+++ b/libempathy/empathy-tube-handler.c
@@ -172,6 +172,7 @@ empathy_tube_handler_new (EmpathyTubeType type, const gchar *service)
goto OUT;
}
+ DEBUG ("Creating tube handler %s", bus_name);
thandler = g_object_new (EMPATHY_TYPE_TUBE_HANDLER, NULL);
dbus_g_connection_register_g_object (tp_get_bus (), object_path,
G_OBJECT (thandler));