From 0d28c1e9e7322c7a3f678f2bafe1da261b1a1319 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 6 Jul 2011 20:41:13 +0000 Subject: [PATCH] cosmetics --- lib/controller/checks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 7c7c6d277..a3623e254 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -878,8 +878,8 @@ def checkWaf(): conf.parameters = dict(backup) if retVal: - warnMsg = "it appears that the target is protected. " - warnMsg += "please consider usage of tampering scripts" + warnMsg = "it appears that the target is protected. Please " + warnMsg += "consider usage of tamper scripts (--tamper switch)" logger.warn(warnMsg) else: infoMsg = "it appears that the target is not protected"