From 3a8c0cd3a29c7f2375484fddb61956e182fc9042 Mon Sep 17 00:00:00 2001 From: stamparm Date: Thu, 21 Feb 2013 14:52:56 +0100 Subject: [PATCH] Minor style update --- lib/controller/checks.py | 1 + 1 file changed, 1 insertion(+) 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 "