diff --git a/lib/request/connect.py b/lib/request/connect.py index efcd80347..7d61ddad8 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -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)