Minor style update

This commit is contained in:
stamparm 2013-02-26 11:16:09 +01:00
parent f6b43b4b13
commit af4762ace2

View File

@ -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: