From d042536ab7ab1ca1283787fb0ef9c7cd1fbbda40 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Tue, 28 Feb 2017 07:31:26 +1030 Subject: [PATCH] fix logging error. Fixes #1210 --- core/autoProcess/autoProcessMovie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoProcess/autoProcessMovie.py b/core/autoProcess/autoProcessMovie.py index 3b5718ea..bb73151c 100644 --- a/core/autoProcess/autoProcessMovie.py +++ b/core/autoProcess/autoProcessMovie.py @@ -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: