From cf17debf7949910bcc3593f864ab84cb473ac602 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 27 Sep 2010 13:34:52 +0000 Subject: [PATCH] changed connection message priority to critical (when verbose=0 it's displayed too) --- lib/request/connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)