mirror of https://github.com/fail2ban/fail2ban
BF: `ret` now changed after beautifier called
parent
c424e4032d
commit
3cbfe9b057
|
@ -156,10 +156,10 @@ class Fail2banClient:
|
|||
if showRet:
|
||||
print beautifier.beautify(ret[1])
|
||||
else:
|
||||
ret = False
|
||||
logSys.error("NOK: " + `ret[1].args`)
|
||||
if showRet:
|
||||
print beautifier.beautifyError(ret[1])
|
||||
ret = False
|
||||
except socket.error:
|
||||
if showRet:
|
||||
logSys.error("Unable to contact server. Is it running?")
|
||||
|
|
Loading…
Reference in New Issue