Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6aa616b

Browse files
committed
minor minor fix
1 parent 92e4cdb commit 6aa616b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def start():
439439
finally:
440440
showHttpErrorCodes()
441441

442-
if conf.loggedToOut:
442+
if conf.loggedToOut and not conf.multipleTargets:
443443
logger.info("Fetched data logged to text files under '%s'" % conf.outputPath)
444444

445445
return True

0 commit comments

Comments
 (0)