Changing from warn to info for no WAF found

This commit is contained in:
stamparm 2013-02-22 12:15:38 +01:00
parent ad471368f5
commit 68ce51bfd4

View File

@ -1086,8 +1086,8 @@ def identifyWaf():
errMsg += "consider usage of tamper scripts (option '--tamper')"
logger.critical(errMsg)
else:
warnMsg = "no WAF/IDS/IPS product has been identified"
logger.warn(warnMsg)
infoMsg = "no WAF/IDS/IPS product has been identified"
logger.info(infoMsg)
return retVal