From 7ca52d1703b79169a5395e1bb41aedc9c7dbe926 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Wed, 31 Jul 2013 15:53:39 +0530 Subject: [PATCH] Added a log message when skipping an incomplete torrent --- headphones/postprocessor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index 7721c166..c40a72b0 100644 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -171,6 +171,7 @@ def verify(albumid, albumpath, Kind=None, forced=False): downloaded_cuecount += 1 # if any of the files end in *.part, we know the torrent isn't done yet. Process if forced, though elif files.lower().endswith('.part') and not forced: + logger.info("Looks like " + os.path.basename(albumpath).decode(headphones.SYS_ENCODING, 'replace') + " isn't complete yet. Will try again on the next run") return