[telepathy-gabble/master] Improve debug message for caps hash mismatch

Will Thompson will.thompson at collabora.co.uk
Tue May 12 01:44:43 PDT 2009


Also remove a comment which
---
 src/presence-cache.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/presence-cache.c b/src/presence-cache.c
index 599243b..ec7b528 100644
--- a/src/presence-cache.c
+++ b/src/presence-cache.c
@@ -1015,9 +1015,9 @@ _caps_disco_cb (GabbleDisco *disco,
         }
       else
         {
-          /* The received reply does not match the */
-          DEBUG ("The announced verification string '%s' does not match "
-              "our hash '%s'.", waiter_self->ver, computed_hash);
+          DEBUG ("The verification string '%s' announced by '%s' does not "
+              "match our hash of their disco reply '%s'.", waiter_self->ver,
+              jid, computed_hash);
           trust = 0;
           bad_hash = TRUE;
           gabble_presence_cache_free_cache_entry (per_channel_manager_caps);
-- 
1.5.6.5




More information about the telepathy-commits mailing list