mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Print ffmpeg command when fail
This commit is contained in:
parent
08c89f780c
commit
355c9df59b
@ -87,7 +87,7 @@ class RecordingExporter(threading.Thread):
|
||||
)
|
||||
|
||||
if p.returncode != 0:
|
||||
logger.error(f"Failed to export recording for command {ffmpeg_cmd}")
|
||||
logger.error(f"Failed to export recording for command {' '.join(ffmpeg_cmd)}")
|
||||
logger.error(p.stderr)
|
||||
return
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user