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