Fixed another typo

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

View file

@ -127,7 +127,7 @@ class autoProcessMovie:
except:pass except:pass
if release_status and release_status == 'downloaded': 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 return 0
process_all_exceptions(nzbName.lower(), dirName) process_all_exceptions(nzbName.lower(), dirName)