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
6acfecf0dd
commit
08c89f780c
@ -87,6 +87,7 @@ class RecordingExporter(threading.Thread):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
|
logger.error(f"Failed to export recording for command {ffmpeg_cmd}")
|
||||||
logger.error(p.stderr)
|
logger.error(p.stderr)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user