mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-14 17:22:53 -07:00
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:
commit
6b82d77add
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue