Skip to content
Snippets Groups Projects
Commit 61436af9 authored by ale's avatar ale
Browse files

Fix typo in LOG_ERR

parent 4d0fbb8b
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class _SyslogLogger(object):
_syslog_initialized = True
self._priority = real_syslog.LOG_INFO
if kind == 'error' or kind == 'smtp-failure':
self._priority = real_syslog.LOG_ERROR
self._priority = real_syslog.LOG_ERR
def write(self, msg):
real_syslog.syslog(self._priority, msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment