From 6f22aa9d5497bc72f1be1cc2d9789702ca942815 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Tue, 27 Jul 2010 10:37:10 +0200 Subject: [PATCH] don't show in console that computed caps hash is incorrect --- src/common/protocol/caps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/protocol/caps.py b/src/common/protocol/caps.py index a80ca527ab..b3383cdfd9 100644 --- a/src/common/protocol/caps.py +++ b/src/common/protocol/caps.py @@ -103,7 +103,7 @@ class ConnectionCaps(object): node = caps_hash = hash_method = None contact.client_caps = self._create_suitable_client_caps(node, caps_hash, hash_method) - log.warn("Computed and retrieved caps hash differ." + + log.info("Computed and retrieved caps hash differ." + "Ignoring caps of contact %s" % contact.get_full_jid()) self._dispatch_event('CAPS_RECEIVED', (jid,)) -- GitLab