mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
minor minor fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user