mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
Minor adjustment
This commit is contained in:
parent
7111cdabe3
commit
5e02bcbd58
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ class Connect(object):
|
|||
return None, None, None
|
||||
elif threadData.retriesCount < conf.retries and not kb.threadException:
|
||||
warnMsg += ". sqlmap is going to retry the request"
|
||||
logger.critical(warnMsg)
|
||||
logger.log(logging.CRITICAL if not conf.identityWaf else logging.DEBUG, warnMsg)
|
||||
return Connect._retryProxy(**kwargs)
|
||||
elif kb.testMode:
|
||||
logger.critical(warnMsg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue