mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: fixed casing in __sigUSR1handler
This commit is contained in:
parent
e52790073d
commit
954075449d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue