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