mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-14 17:22:53 -07:00
Make the log slightly more verbose to improve status messages in NZBGet
This commit is contained in:
parent
59a9cb245e
commit
283f158e0e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue