mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 23:54:43 +01:00
changed connection message priority to critical (when verbose=0 it's displayed too)
This commit is contained in:
parent
3cd15960a0
commit
cf17debf79
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue