Added a log message when skipping an incomplete torrent

This commit is contained in:
rembo10
2013-07-31 15:53:39 +05:30
parent 3a9c3cb6b4
commit 7ca52d1703

View File

@@ -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