diff options
author | bwarsaw <> | 2004-03-04 14:10:28 +0000 |
---|---|---|
committer | bwarsaw <> | 2004-03-04 14:10:28 +0000 |
commit | 69a333ed154fd7ece274a1e397642ee136f43900 (patch) | |
tree | 3e4378daba6fe79415b527338f96482001dd412c /Mailman | |
parent | 765cb5dd2836297a946e5a08cd6cf1cec67621fa (diff) | |
download | mailman2-69a333ed154fd7ece274a1e397642ee136f43900.tar.gz mailman2-69a333ed154fd7ece274a1e397642ee136f43900.tar.xz mailman2-69a333ed154fd7ece274a1e397642ee136f43900.zip |
Load(): Improve the log message.
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: |