diff --git a/lib/controller/checks.py b/lib/controller/checks.py index e68c1d5f4..2b947f9f5 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1061,6 +1061,7 @@ def identifyWaf(): for function, product in kb.wafFunctions: try: + logger.debug("checking for WAF/IDS/IPS product '%s'" % product) found = function(_) except Exception, ex: errMsg = "exception occured while running "