aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MailList.py
diff options
context:
space:
mode:
authorbwarsaw <>2004-03-04 14:10:28 +0000
committerbwarsaw <>2004-03-04 14:10:28 +0000
commit69a333ed154fd7ece274a1e397642ee136f43900 (patch)
tree3e4378daba6fe79415b527338f96482001dd412c /Mailman/MailList.py
parent765cb5dd2836297a946e5a08cd6cf1cec67621fa (diff)
downloadmailman2-69a333ed154fd7ece274a1e397642ee136f43900.tar.gz
mailman2-69a333ed154fd7ece274a1e397642ee136f43900.tar.xz
mailman2-69a333ed154fd7ece274a1e397642ee136f43900.zip
Load(): Improve the log message.
Diffstat (limited to '')
-rw-r--r--Mailman/MailList.py2
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: