don't show in console that computed caps hash is incorrect
This commit is contained in:
parent
4864b18db3
commit
6f22aa9d54
|
@ -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,))
|
||||
|
|
Loading…
Reference in New Issue