server/checkintegrity.py
changeset 9492 c7fc56eecd1a
parent 9171 be9596750678
child 9543 39f981482e34
--- a/server/checkintegrity.py	Thu Jan 30 18:04:59 2014 +0100
+++ b/server/checkintegrity.py	Tue Feb 04 15:29:29 2014 +0100
@@ -67,8 +67,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