# HG changeset patch # User Goffi # Date 1396880538 -7200 # Node ID 218149ea1a35fb9b2f1b14b491c9928f60fae4d3 # Parent d2e612a45e76b5265542e8fb92ed8ee638f93a2f plugin XEP-0115: minor logs improvment diff -r d2e612a45e76 -r 218149ea1a35 src/plugins/plugin_xep_0115.py --- a/src/plugins/plugin_xep_0115.py Thu Apr 03 14:56:16 2014 +0200 +++ b/src/plugins/plugin_xep_0115.py Mon Apr 07 16:22:18 2014 +0200 @@ -145,7 +145,7 @@ if c_ver in self.host.memory.disco.hashes: # we already know the hash, we update the jid entity - debug ("hash [%s] already in cache, updating entity" % c_ver) + debug ("hash [%(hash)s] already in cache, updating entity [%(jid)s]" % {'hash': c_ver, 'jid': from_jid.full()}) self.host.memory.updateEntityData(from_jid, C.ENTITY_CAP_HASH, c_ver, self.profile) return