From 69a333ed154fd7ece274a1e397642ee136f43900 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Thu, 4 Mar 2004 14:10:28 +0000 Subject: Load(): Improve the log message. --- Mailman/MailList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3