From b17770115d81b4bb7932ca0faf2cd7496964dc4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20K=C3=A5berg?= Date: Mon, 25 Mar 2013 09:23:09 +0100 Subject: [PATCH] dont clogg the console with stuff ;) --- TorrentToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index db7c09cb..8efc2f37 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -101,7 +101,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash): if part == 1: # we only want to extract the primary part. Logger.info("MAIN: Found primary part of a multi-part archive %s. Extracting", file) else: - Logger.info("MAIN: Found part %s of a multi-part archive %s. Ignoring", part, file) + Logger.debug("MAIN: Found part %s of a multi-part archive %s. Ignoring", part, file) continue Logger.info("MAIN: Found compressed archive %s for file %s", fileExtension, filePath) try: