mirror of https://github.com/fail2ban/fail2ban
normalized log output (all jail parameters in filter are indented with 2 spaces)
parent
c6e8c700f7
commit
e52b47d8f5
|
@ -193,7 +193,7 @@ class Actions(JailThread, Mapping):
|
|||
def setBanTime(self, value):
|
||||
value = MyTime.str2seconds(value)
|
||||
self.__banManager.setBanTime(value)
|
||||
logSys.info("Set banTime = %s" % value)
|
||||
logSys.info(" banTime: %s" % value)
|
||||
|
||||
##
|
||||
# Get the ban time.
|
||||
|
|
Loading…
Reference in New Issue