From e42350ddceeb6ff02e5daa016ec80f656d802a5d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 28 Feb 2013 20:28:34 +0100 Subject: [PATCH] Minor style update --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index e33ba171d..440adaa4c 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1138,7 +1138,7 @@ def checkConnection(suppressOutput=False): errMsg = "host '%s' does not exist" % conf.hostname raise SqlmapConnectionException(errMsg) - if not suppressOutput: + if not suppressOutput and not conf.dummy: infoMsg = "testing connection to the target url" logger.info(infoMsg)