From 229e4e167b2dbbf71de4ed2868ab5fa5c2896e48 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 21 Feb 2013 21:06:31 +0100 Subject: [PATCH] Minor cosmetics --- 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 2b947f9f5..fa1cd845d 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1079,7 +1079,7 @@ def identifyWaf(): errMsg += "consider usage of tamper scripts (option '--tamper')" logger.critical(errMsg) else: - warnMsg = "WAF/IDS/IPS product not identified" + warnMsg = "no WAF/IDS/IPS product has been identified" logger.warn(warnMsg) return retVal