Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7111cda commit 5e02bcbCopy full SHA for 5e02bcb
1 file changed
lib/request/connect.py
@@ -536,7 +536,7 @@ def getPage(**kwargs):
536
return None, None, None
537
elif threadData.retriesCount < conf.retries and not kb.threadException:
538
warnMsg += ". sqlmap is going to retry the request"
539
- logger.critical(warnMsg)
+ logger.log(logging.CRITICAL if not conf.identityWaf else logging.DEBUG, warnMsg)
540
return Connect._retryProxy(**kwargs)
541
elif kb.testMode:
542
logger.critical(warnMsg)
0 commit comments