diff options
Diffstat (limited to '')
-rw-r--r-- | Mailman/MailList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 6ee0a00d..9308ecc6 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -611,7 +611,7 @@ class MailList(HTMLFormatter, Deliverer, ListAdmin, # still work. For giggles, we'll copy it to a safety backup. Note we # MUST do this with the underlying list lock acquired. if file == plast or file == dlast: - syslog('error', 'fixing corrupt config files') + syslog('error', 'fixing corrupt config file, using: %s', file) unlock = True try: try: |