From 189515c4d3f1ed52b83d63577ebefec5c991b281 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 30 Dec 2018 09:40:15 -0800 Subject: Corrected and augmented some security log messages. --- Mailman/Cgi/roster.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mailman/Cgi/roster.py') diff --git a/Mailman/Cgi/roster.py b/Mailman/Cgi/roster.py index abf87e08..eddd697b 100644 --- a/Mailman/Cgi/roster.py +++ b/Mailman/Cgi/roster.py @@ -123,8 +123,8 @@ def main(): os.environ.get('REMOTE_ADDR', 'unidentified origin'))) syslog('security', - 'Authorization failed (roster): list=%s: remote=%s', - listname, remote) + 'Authorization failed (roster): user=%s: list=%s: remote=%s', + addr, listname, remote) return # The document and its language -- cgit v1.2.3