mirror of https://github.com/fail2ban/fail2ban
Removed PYINOTIFY prefix to debug statement for Callback for Event
parent
5c4ec6e7fb
commit
aa4514bffa
|
@ -149,5 +149,5 @@ class ProcessPyinotify(pyinotify.ProcessEvent):
|
|||
|
||||
# just need default, since using mask on watch to limit events
|
||||
def process_default(self, event):
|
||||
logSys.debug("PYINOTIFY: Callback for Event: %s" % event)
|
||||
logSys.debug("Callback for Event: %s" % event)
|
||||
self.__FileFilter.callback(event.pathname)
|
||||
|
|
Loading…
Reference in New Issue