From 3e5779e5ce7c7cafe3ab2dd9b5df86abaaf9ab0f Mon Sep 17 00:00:00 2001 From: rembo10 Date: Mon, 28 Apr 2014 19:22:28 -0700 Subject: [PATCH] more log messages for testing #1575 issue --- headphones/postprocessor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index dca29f7e..ce51a007 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -52,9 +52,9 @@ def checkFolder(): helpers.sab_replace_spaces(album['FolderName']), helpers.sab_replace_spaces(sab_replace_dots(album['FolderName'])) ] - + logger.info("Made all the nzb possibilities - FORTESTING") for nzb_folder_name in nzb_album_possibilities: - + logger.info("Trying to create bytestring path - FORTESTING") nzb_album_path = os.path.join(headphones.DOWNLOAD_DIR, nzb_folder_name).encode(headphones.SYS_ENCODING, 'replace') logger.info("Checking if %s exists" % nzb_album_path) if os.path.exists(nzb_album_path):