Make the log slightly more verbose to improve status messages in NZBGet

This commit is contained in:
Michael Johnson 2013-05-31 07:18:03 -03:00
parent 59a9cb245e
commit 283f158e0e

View file

@ -105,7 +105,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)