server/checkintegrity.py
changeset 9543 39f981482e34
parent 9469 032825bbacab
parent 9492 c7fc56eecd1a
child 9574 2d4c4842bd04
--- a/server/checkintegrity.py	Mon Feb 03 16:30:07 2014 +0100
+++ b/server/checkintegrity.py	Mon Feb 17 15:32:50 2014 +0100
@@ -55,8 +55,8 @@
         eids[eid] = False
         return False
     elif len(result) > 1:
-        msg = ('  More than one entity with eid %s exists in source !\n'
-               '  WARNING : Unable to fix this, do it yourself !\n')
+        msg = ('  More than one entity with eid %s exists in source!\n'
+               '  WARNING : Unable to fix this, do it yourself!\n')
         sys.stderr.write(msg % eid)
     eids[eid] = True
     return True