mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
changed connection message priority to critical (when verbose=0 it's displayed too)
This commit is contained in:
@@ -250,7 +250,7 @@ class Connect:
|
|||||||
conf.retriesCount += 1
|
conf.retriesCount += 1
|
||||||
|
|
||||||
warnMsg += ", sqlmap is going to retry the request"
|
warnMsg += ", sqlmap is going to retry the request"
|
||||||
logger.warn(warnMsg)
|
logger.critical(warnMsg)
|
||||||
|
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user