diff options
author | msapiro <> | 2005-12-12 17:09:32 +0000 |
---|---|---|
committer | msapiro <> | 2005-12-12 17:09:32 +0000 |
commit | 574ee397c24044689ae667ef4bd58f22d33ca5b0 (patch) | |
tree | 7f1c4191e1a7621310927ee02ca23f6f8a3dace5 | |
parent | 5fa7ac242892ad3ddf4762a7e1b544022d8e61c8 (diff) | |
download | mailman2-574ee397c24044689ae667ef4bd58f22d33ca5b0.tar.gz mailman2-574ee397c24044689ae667ef4bd58f22d33ca5b0.tar.xz mailman2-574ee397c24044689ae667ef4bd58f22d33ca5b0.zip |
Log hostile path to mischief, not error
-rw-r--r-- | Mailman/Cgi/private.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/private.py b/Mailman/Cgi/private.py index 5830e933..7dcd39ca 100644 --- a/Mailman/Cgi/private.py +++ b/Mailman/Cgi/private.py @@ -74,7 +74,7 @@ def main(): doc.SetTitle(msg) doc.AddItem(Header(2, msg)) print doc.Format() - syslog('error', 'Private archive hostile path: %s', path) + syslog('mischief', 'Private archive hostile path: %s', path) return # BAW: This needs to be converted to the Site module abstraction true_filename = os.path.join( |