diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 151f4b12a..b65ccbbf4 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -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