mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Removed PYINOTIFY prefix to debug statement for Callback for Event
This commit is contained in:
parent
5c4ec6e7fb
commit
aa4514bffa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue