Mercurial > libervia-backend
diff src/plugins/plugin_sec_otr.py @ 1246:8b891f9be183
core, plugins: improve a bit some log messages
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 18 Oct 2014 16:28:37 +0200 |
parents | eb1144a22e20 |
children | 3be9d8ab2e15 |
line wrap: on
line diff
--- a/src/plugins/plugin_sec_otr.py Sun Oct 19 12:31:28 2014 +0200 +++ b/src/plugins/plugin_sec_otr.py Sat Oct 18 16:28:37 2014 +0200 @@ -188,7 +188,7 @@ def getContextForUser(self, other): log.debug(u"getContextForUser [%s]" % other) if not other.resource: - log.warning("getContextForUser called with a bare jid") + log.warning("getContextForUser called with a bare jid: %s" % other.full()) return self.startContext(other)