Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf17deb

Browse files
committed
changed connection message priority to critical (when verbose=0 it's displayed too)
1 parent 3cd1596 commit cf17deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def getPage(**kwargs):
250250
conf.retriesCount += 1
251251

252252
warnMsg += ", sqlmap is going to retry the request"
253-
logger.warn(warnMsg)
253+
logger.critical(warnMsg)
254254

255255
time.sleep(1)
256256

0 commit comments

Comments
 (0)