aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-02-17 05:25:22 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-17 05:25:22 +0800
commit4ea44825231f8ddb45d11cce80393c4cd6b6939f (patch)
treef2fac39783f8be32ab5cb643e133834174b718a8
parentc3da9385d91037c73cef4665889f9edade9117f7 (diff)
downloadgsoc2013-empathy-4ea44825231f8ddb45d11cce80393c4cd6b6939f.tar
gsoc2013-empathy-4ea44825231f8ddb45d11cce80393c4cd6b6939f.tar.gz
gsoc2013-empathy-4ea44825231f8ddb45d11cce80393c4cd6b6939f.tar.bz2
gsoc2013-empathy-4ea44825231f8ddb45d11cce80393c4cd6b6939f.tar.lz
gsoc2013-empathy-4ea44825231f8ddb45d11cce80393c4cd6b6939f.tar.xz
gsoc2013-empathy-4ea44825231f8ddb45d11cce80393c4cd6b6939f.tar.zst
gsoc2013-empathy-4ea44825231f8ddb45d11cce80393c4cd6b6939f.zip
empathy_tube_handler_new: add debug message
From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2489
-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));