ucs/listener.py

Christoph Wickert wickert at kolabsys.com
Thu Jun 27 16:21:19 CEST 2013


 ucs/listener.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa1b0da1dcca7cd0572ddfb88abed84490c7b383
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Thu Jun 27 16:21:03 2013 +0200

    Fix syntax error in UCS listener (introduced in previous commit 8b29487)

diff --git a/ucs/listener.py b/ucs/listener.py
index 37a346c..232675e 100755
--- a/ucs/listener.py
+++ b/ucs/listener.py
@@ -103,7 +103,7 @@ def handler(*args, **kw):
                     if not old[mailserver_attribute] == constants.fqdn:
                         # Even though the new mailserver can be us, it is the
                         # *current* mail server that needs to push for the XFER.
-                        log.info("The mail server for user %r is set, and it is not me (%r)" % (dn, old[mailserver_attribute))
+                        log.info("The mail server for user %r is set, and it is not me (%r)" % (dn, old[mailserver_attribute]))
                         return
 
                 else:





More information about the commits mailing list