fix logging error. Fixes #1210

This commit is contained in:
clinton-hall 2017-02-28 07:31:26 +10:30
parent c4fea222a9
commit d042536ab7

View file

@ -327,7 +327,7 @@ class autoProcessMovie(object):
reportNzb(failureLink, clientAgent)
if section == "Radarr":
logger.postprocess("FAILED: The download failed. Sending failed download to {0} for CDH processing".format(fork), section)
logger.postprocess("FAILED: The download failed. Sending failed download to {0} for CDH processing".format(section), section)
return [1, "{0}: Download Failed. Sending back to {1}".format(section, section)] # Return as failed to flag this in the downloader.
if delete_failed and os.path.isdir(dirName) and not os.path.dirname(dirName) == dirName: