mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-03 04:33:05 +03:00
minor minor fix
This commit is contained in:
parent
92e4cdb241
commit
6aa616bd0d
|
@ -439,7 +439,7 @@ def start():
|
||||||
finally:
|
finally:
|
||||||
showHttpErrorCodes()
|
showHttpErrorCodes()
|
||||||
|
|
||||||
if conf.loggedToOut:
|
if conf.loggedToOut and not conf.multipleTargets:
|
||||||
logger.info("Fetched data logged to text files under '%s'" % conf.outputPath)
|
logger.info("Fetched data logged to text files under '%s'" % conf.outputPath)
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user