[Telepathy-commits] [telepathy-gabble/master] muc-channel: fix DEBUG msg

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Dec 10 03:28:44 PST 2008


---
 src/muc-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/muc-channel.c b/src/muc-channel.c
index bc8d4d0..f82c7d7 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -739,7 +739,7 @@ send_join_request (GabbleMucChannel *channel,
   ret = _gabble_connection_send (priv->conn, msg, error);
   if (!ret)
     {
-      DEBUG ("_gabble_connection_send_with_reply failed");
+      DEBUG ("_gabble_connection_send failed");
     }
   else
     {
@@ -777,7 +777,7 @@ send_leave_message (GabbleMucChannel *channel,
   ret = _gabble_connection_send (priv->conn, msg, &error);
   if (!ret)
     {
-      DEBUG ("_gabble_connection_send_with_reply failed");
+      DEBUG ("_gabble_connection_send failed");
       g_error_free (error);
     }
   else
-- 
1.5.6.5




More information about the Telepathy-commits mailing list