From a3396edb09355cf29e69f03a1df78fbd10a1d849 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 21 Mar 2014 20:47:45 -0700 Subject: - Added the list name to the vette log "held message approved" entry. (LP: 1295875) - Added the CGI module name to various "No such list" error log entries. (LP: 1295875) - Modified contrib/mmdsr to report module name if present in "No such list error log entries. --- Mailman/Cgi/confirm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Cgi/confirm.py') diff --git a/Mailman/Cgi/confirm.py b/Mailman/Cgi/confirm.py index 99ff43cd..bb529318 100644 --- a/Mailman/Cgi/confirm.py +++ b/Mailman/Cgi/confirm.py @@ -64,7 +64,7 @@ def main(): # Send this with a 404 status. print 'Status: 404 Not Found' print doc.Format() - syslog('error', 'No such list "%s": %s', listname, e) + syslog('error', 'confirm: No such list "%s": %s', listname, e) return # Set the language for the list -- cgit v1.2.3