mirror of https://github.com/fail2ban/fail2ban
BF: fixed casing in __sigUSR1handler
parent
e52790073d
commit
954075449d
|
@ -71,7 +71,7 @@ class Server:
|
|||
logSys.debug("Caught signal %d. Exiting" % signum)
|
||||
self.quit()
|
||||
|
||||
def __sigUSR1Handler(self, signum, fname):
|
||||
def __sigUSR1handler(self, signum, fname):
|
||||
logSys.debug("Caught signal %d. Flushing logs" % signum)
|
||||
self.flushLogs()
|
||||
|
||||
|
|
Loading…
Reference in New Issue