changeset 15822:4900010a15d2

mx archive: fix log message
author Bernhard Urban <bernhard.urban@jku.at>
date Wed, 21 May 2014 16:41:57 +0200
parents de8296c27680
children 9acad98567dc
files mxtool/mx.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mxtool/mx.py	Wed May 21 15:34:35 2014 +0200
+++ b/mxtool/mx.py	Wed May 21 16:41:57 2014 +0200
@@ -101,7 +101,7 @@
                 existingSource = zf._provenance.get(arcname, None)
                 isOverwrite = False
                 if existingSource and existingSource != source:
-                    log('warning: ' + self.path + ': overwriting ' + arcname + '\n  new: ' + source + '\n  old: ' + existingSource)
+                    log('warning: ' + self.path + ': avoid overwrite of ' + arcname + '\n  new: ' + source + '\n  old: ' + existingSource)
                     isOverwrite = True
                 zf._provenance[arcname] = source
                 return isOverwrite