Skip to content
Snippets Groups Projects
Commit 6f22aa9d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

don't show in console that computed caps hash is incorrect

parent 4864b18d
No related branches found
No related tags found
No related merge requests found
......@@ -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,))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment