From e2260067669cef91413c48fc385aa3068a243f28 Mon Sep 17 00:00:00 2001 From: stamparm Date: Mon, 18 Mar 2013 13:29:55 +0100 Subject: [PATCH] Trivial fix --- 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 261f98636..7dffffec8 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -536,7 +536,7 @@ class Connect(object): return None, None, None elif threadData.retriesCount < conf.retries and not kb.threadException: warnMsg += ". sqlmap is going to retry the request" - logger.log(logging.CRITICAL if not conf.identityWaf else logging.DEBUG, warnMsg) + logger.log(logging.CRITICAL if not conf.identifyWaf else logging.DEBUG, warnMsg) return Connect._retryProxy(**kwargs) elif kb.testMode: logger.critical(warnMsg)