From 9d307570dfc460275410178c5286d69395f6e664 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 18 Mar 2009 11:03:16 +0000 Subject: [PATCH] missing ) --- src/common/xmpp/auth_nb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'})