improved naming

This commit is contained in:
Clinton Hall 2013-03-13 16:24:37 -07:00
commit 6414d1126a

View file

@ -162,7 +162,7 @@ def process(dirName, nzbName=None, status=0):
if status == 0: if status == 0:
if transcode == 1: if transcode == 1:
result = Transcoder.Transcode_file(dirName) result = Transcoder.Transcode_directory(dirName)
if result == 0: if result == 0:
Logger.debug("Transcoding succeeded for files in %s", dirName) Logger.debug("Transcoding succeeded for files in %s", dirName)
else: else: