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