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

This commit is contained in:
Yann Leboulanger 2010-07-27 10:37:10 +02:00
parent 4864b18db3
commit 6f22aa9d54
1 changed files with 1 additions and 1 deletions

View File

@ -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,))