Commit dcd8bc71 authored by Amos Latteier's avatar Amos Latteier

Fixed a typo.

parent 61d145aa
......@@ -16,5 +16,5 @@ class syslogLogger:
self.on = 0
def __call__(self, sub, sev, sum, det, err):
if on:
if self.on:
self.client.log(sum)
......@@ -16,5 +16,5 @@ class syslogLogger:
self.on = 0
def __call__(self, sub, sev, sum, det, err):
if on:
if self.on:
self.client.log(sum)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment