[telepathy-gabble/telepathy-gabble-0.8] Make DEBUG output for suspending vCard gets more useful
Will Thompson
will.thompson at collabora.co.uk
Mon Sep 28 08:04:02 PDT 2009
---
src/vcard-manager.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/vcard-manager.c b/src/vcard-manager.c
index 3fa9963..83cdb04 100644
--- a/src/vcard-manager.c
+++ b/src/vcard-manager.c
@@ -1097,9 +1097,9 @@ pipeline_reply_cb (GabbleConnection *conn,
if (error_type == XMPP_ERROR_TYPE_WAIT)
{
- DEBUG ("Cannot get <%u>'s vCard now: the server returned the "
- "temporary error '%s'. Suspend the request.",
- entry->handle, gabble_xmpp_error_string (xmpp_error));
+ DEBUG ("Retrieving %u's vCard returned a temporary <%s/> error; "
+ "trying againg in %u seconds", entry->handle,
+ gabble_xmpp_error_string (xmpp_error), request_wait_delay);
g_source_remove (request->timer_id);
request->timer_id = 0;
--
1.5.6.5
More information about the telepathy-commits
mailing list