From: Guillaume Desmottes Date: Mon, 16 Feb 2009 21:25:22 +0000 (+0000) Subject: empathy_tube_handler_new: add debug message X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=4ea44825231f8ddb45d11cce80393c4cd6b6939f empathy_tube_handler_new: add debug message From: Guillaume Desmottes svn path=/trunk/; revision=2489 --- diff --git a/libempathy/empathy-tube-handler.c b/libempathy/empathy-tube-handler.c index 42ccba61..64b96b94 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));