diff --git a/src/common/xmpp/auth_nb.py b/src/common/xmpp/auth_nb.py
index cb245c1fd6656967f5666bcd3786b5e492fc2d67..fdbd0a1e68604c20aa25ef57f654dd3b286aa02b 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'})