Print ffmpeg command when fail

This commit is contained in:
Nick Mowen 2023-05-20 14:46:06 -06:00
parent 6acfecf0dd
commit 08c89f780c

View File

@ -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