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