[telepathy-gabble/master] gabble_connection_refresh_capabilities: fix debug message

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Sep 8 04:19:46 PDT 2009


As per albanc's review
---
 src/connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/connection.c b/src/connection.c
index c98ddd9..8b9fb15 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1650,7 +1650,7 @@ gabble_connection_refresh_capabilities (GabbleConnection *self,
   if (base->status != TP_CONNECTION_STATUS_CONNECTED)
     {
       gabble_capability_set_free (save_set);
-      DEBUG ("not emitting signal: not connected yet");
+      DEBUG ("not emitting self-presence stanza: not connected yet");
       return FALSE;
     }
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list