[Telepathy-commits] [telepathy-glib/master] tp_connection_manager_read_file: debug-output the protocol as well as the parameters

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Feb 13 03:08:20 PST 2009


---
 telepathy-glib/connection-manager.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 2e92e0d..8c938a0 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -987,6 +987,8 @@ tp_connection_manager_read_file (const gchar *filename,
       proto_struct->name = g_strdup (keys[1]);
       g_strfreev (keys);
 
+      DEBUG ("Protocol %s", proto_struct->name);
+
       keys = g_key_file_get_keys (file, *group, NULL, NULL);
 
       i = 0;
-- 
1.5.6.5




More information about the telepathy-commits mailing list