minor minor fix

This commit is contained in:
Miroslav Stampar 2011-01-03 14:28:20 +00:00
parent 92e4cdb241
commit 6aa616bd0d

View File

@ -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