mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
log result code from ffmpeg. #678
This commit is contained in:
parent
798cc62a96
commit
e2eca808ab
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ def Transcode_directory(dirName):
|
|||
os.unlink(file)
|
||||
except: pass
|
||||
else:
|
||||
logger.error("Transcoding of video to %s failed" % (newfilePath))
|
||||
logger.error("Transcoding of video to %s failed with result %s" % (newfilePath, str(result)))
|
||||
# this will be 0 (successful) it all are successful, else will return a positive integer for failure.
|
||||
final_result = final_result + result
|
||||
if final_result == 0 and not nzbtomedia.DUPLICATE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue