=== modified file 'copybump.py' (properties changed: +x to -x) === modified file 'cron/crontab.in.in' (properties changed: +x to -x) === modified file 'src/mailman/core/switchboard.py' --- src/mailman/core/switchboard.py 2015-01-05 01:40:47 +0000 +++ src/mailman/core/switchboard.py 2015-02-10 08:23:18 +0000 @@ -179,9 +179,9 @@ os.rename(bakfile, psvfile) else: os.unlink(bakfile) - except EnvironmentError: + except EnvironmentError as e: elog.exception( - 'Failed to unlink/preserve backup file: %s', bakfile) + 'Failed to unlink/preserve backup file: %s : %s', bakfile,str(e)) @property def files(self):