From af4762ace295f458003710c82bd36ae2ae2329a5 Mon Sep 17 00:00:00 2001 From: stamparm Date: Tue, 26 Feb 2013 11:16:09 +0100 Subject: [PATCH] Minor style update --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 8b1b7076d..fe1e3eb1b 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1084,7 +1084,7 @@ def identifyWaf(): break if retVal: - errMsg = "WAF/IDS/IPS identified ('%s'). Please " % retVal + errMsg = "WAF/IDS/IPS identified '%s'. Please " % retVal errMsg += "consider usage of tamper scripts (option '--tamper')" logger.critical(errMsg) else: