mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge b9129be895 into 8be17b0981
This commit is contained in:
commit
1825fb0ed4
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class Beautifier:
|
|||
msg = "Database currently disabled"
|
||||
else:
|
||||
msg = "Current database purge age is:\n"
|
||||
msg += "`- %iseconds" % response
|
||||
msg += "`- %i seconds" % response
|
||||
elif len(inC) < 3:
|
||||
pass # to few cmd args for below
|
||||
elif inC[2] in ("logpath", "addlogpath", "dellogpath"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue