]> git.0d.be Git - empathy.git/commitdiff
empathy_tube_handler_new: add debug message
authorGuillaume Desmottes <gdesmott@gnome.org>
Mon, 16 Feb 2009 21:25:22 +0000 (21:25 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 16 Feb 2009 21:25:22 +0000 (21:25 +0000)
From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2489

libempathy/empathy-tube-handler.c

index 42ccba61f0e8b306793294af462c113244da1f76..64b96b94ddc0273f463f4cab074c0d6cee45e3f0 100644 (file)
@@ -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));