mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: setSleepTime -- would barf since value is not str (wasn't used/tested)
This commit is contained in:
parent
8f3671bc94
commit
591590860a
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class JailThread(Thread):
|
|||
|
||||
def setSleepTime(self, value):
|
||||
self.__sleepTime = value
|
||||
logSys.info("Set sleeptime = " + value)
|
||||
logSys.info("Set sleeptime %s" % value)
|
||||
|
||||
##
|
||||
# Get the time that the thread sleeps.
|
||||
|
|
|
|||
Loading…
Reference in a new issue