diff --git a/src/common/xmpp/auth_nb.py b/src/common/xmpp/auth_nb.py index cb245c1fd..fdbd0a1e6 100644 --- a/src/common/xmpp/auth_nb.py +++ b/src/common/xmpp/auth_nb.py @@ -214,7 +214,7 @@ class SASL(PlugIn): self._owner.send(str(node)) raise NodeProcessed except GSSError, e: - log.info('GSSAPI authentication failed: %s' % str(e) + log.info('GSSAPI authentication failed: %s' % str(e)) if 'DIGEST-MD5' in self.mecs: self.mecs.remove('DIGEST-MD5') node = Node('auth',attrs={'xmlns': NS_SASL, 'mechanism': 'DIGEST-MD5'})