From d1cdfdaf0148e85742804cd40b097dd910052c00 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Sun, 10 Sep 2006 21:06:15 +0000 Subject: [PATCH] - Small fixes git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@348 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- fail2ban-client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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