diff --git a/src/common/protocol/caps.py b/src/common/protocol/caps.py
index a80ca527ab907af5db8e7cfb4bda59bd5077c5b3..b3383cdfd91259306c9f3963687d2405e6ec0d6d 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,))