Minor style update

This commit is contained in:
Miroslav Stampar 2013-02-28 20:28:34 +01:00
parent 0e89cc62a2
commit e42350ddce

View File

@ -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)