changed connection message priority to critical (when verbose=0 it's displayed too)

This commit is contained in:
Miroslav Stampar 2010-09-27 13:34:52 +00:00
parent 3cd15960a0
commit cf17debf79

View File

@ -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)