From 8e754aa3343501c9d3053fca4edf6d5ecfea6a93 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 11 Apr 2014 12:09:58 +0930 Subject: [PATCH] logging error. fixes #314 --- TorrentToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index f9c32cea..4a820c3a 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -170,7 +170,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID): Logger.debug("MAIN: Found %s media files", str(video)) status = int(0) else: - Logger.warning("MAIN: Found no media files in output.", str(video)) + Logger.warning("MAIN: Found no media files in output.") if (inputCategory in user_script_categories and not "NONE" in user_script_categories) or ("ALL" in user_script_categories and not inputCategory in processCategories): Logger.info("MAIN: Processing user script %s.", user_script)