This commit is contained in:
Michael Johnson 2013-05-31 03:18:10 -07:00
commit 6da9d5825b

View file

@ -108,7 +108,7 @@ def Transcode_directory(dirName):
command.append('-sn') # Don't copy the subtitles over
command.append(newfilePath)
Logger.debug("Transcoding video %s to %s", filePath, newfilePath)
Logger.info("Transcoding video: %s", file)
result = 1 # set result to failed in case call fails.
try:
result = call(command)