Merge pull request #144 from nightexcessive/patch-1

Make the log slightly more verbose to improve status messages in NZBGet
This commit is contained in:
Clinton Hall 2013-05-31 03:39:01 -07:00
commit 6b82d77add

View file

@ -108,7 +108,7 @@ def Transcode_directory(dirName):
command.append('-sn') # Don't copy the subtitles over command.append('-sn') # Don't copy the subtitles over
command.append(newfilePath) 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. result = 1 # set result to failed in case call fails.
try: try:
result = call(command) result = call(command)