Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a8c0cd

Browse files
committed
Minor style update
1 parent fc554e5 commit 3a8c0cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/controller/checks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,7 @@ def _(*args, **kwargs):
10611061

10621062
for function, product in kb.wafFunctions:
10631063
try:
1064+
logger.debug("checking for WAF/IDS/IPS product '%s'" % product)
10641065
found = function(_)
10651066
except Exception, ex:
10661067
errMsg = "exception occured while running "

0 commit comments

Comments
 (0)