Tidy up logging calls.

This commit is contained in:
Lance Stout
2011-11-19 12:07:57 -08:00
parent deb52ad350
commit 429c94d6a9
23 changed files with 80 additions and 81 deletions

View File

@@ -1261,8 +1261,8 @@ class StanzaBase(ElementBase):
Meant to be overridden.
"""
log.exception('Error handling {%s}%s stanza' % (self.namespace,
self.name))
log.exception('Error handling {%s}%s stanza', self.namespace,
self.name)
def send(self, now=False):
"""