diff --git a/fail2ban-client b/fail2ban-client index 599804c0..d4ae216b 100755 --- a/fail2ban-client +++ b/fail2ban-client @@ -143,12 +143,12 @@ class Fail2banClient: print beautifier.beautifyError(ret[1]) return False except socket.error: - logSys.error("Unable to contact server. Is it running?") + if showRet: + logSys.error("Unable to contact server. Is it running?") return False except Exception, e: if showRet: logSys.error(e) - logSys.error("Arrggh... Start the server first") return False return True