[Telepathy-commits] [telepathy-salut/master] src/tube-stream.c: More useful debug

Alban Crequy alban.crequy at collabora.co.uk
Tue Nov 25 03:59:24 PST 2008


---
 src/tube-stream.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index ca3a6d9..36e5142 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1661,7 +1661,8 @@ salut_tube_stream_close (SalutTubeIface *tube)
           if (!gibber_iq_helper_send_with_reply (priv->iq_helper, stanza,
               iq_close_reply_cb, G_OBJECT(self), tube, &error))
             {
-              DEBUG ("ERROR: '%s'", error->message);
+              DEBUG ("ERROR: Failed to send the close iq stanza: '%s'",
+                  error->message);
               g_error_free (error);
             }
         }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list