Skip to content
Snippets Groups Projects
Commit 4d0fbb8b authored by ale's avatar ale
Browse files

Fix a typo in syslog.openlog() arguments

parent 3e59177c
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class _SyslogLogger(object):
global _syslog_initialized
if not _syslog_initialized:
real_syslog.openlog(
identity='mailman',
ident='mailman',
facility=real_syslog.LOG_MAIL)
_syslog_initialized = True
self._priority = real_syslog.LOG_INFO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment