Fixed another typo

This commit is contained in:
echel0n 2014-04-18 13:48:52 -07:00
commit 59a8629715

View file

@ -125,9 +125,9 @@ class autoProcessMovie:
downloader = releases[release_id]['download_info']['downloader']
release_status = releases[release_id]['status']
except:pass
if release_status and release_status == 'downloaded':
logger.warning("%s currently has a status of [%s], skipping ..." % (release_status), section)
logger.warning("%s currently has a status of [%s], skipping ..." % (nzbName, release_status), section)
return 0
process_all_exceptions(nzbName.lower(), dirName)