diff --git a/autoProcess/Transcoder.py b/autoProcess/Transcoder.py index 5dd1dc95..d38b1e1c 100644 --- a/autoProcess/Transcoder.py +++ b/autoProcess/Transcoder.py @@ -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)