From 6aa616bd0d5109e1802121bacb2613109a0db6a4 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 3 Jan 2011 14:28:20 +0000 Subject: [PATCH] minor minor fix --- lib/controller/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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