[Telepathy-commits] [telepathy-glib/master] tp_connection_manager_idle_read_manager_file: correct misleading debug message

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


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

diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 8c938a0..d9b187d 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -1112,7 +1112,7 @@ tp_connection_manager_idle_read_manager_file (gpointer data)
           GPtrArray *protocols = tp_connection_manager_read_file (
               self->priv->manager_file, &error);
 
-          DEBUG ("Reading %s", self->priv->manager_file);
+          DEBUG ("Read %s", self->priv->manager_file);
 
           if (protocols == NULL)
             {
-- 
1.5.6.5




More information about the telepathy-commits mailing list