mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Fix bad access
This commit is contained in:
parent
1c2685515c
commit
4c9243d0ce
@ -159,7 +159,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
else:
|
else:
|
||||||
if duration == -1:
|
if duration == -1:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
f"Failed to probe corrupt segment {cache_path} : {p.returncode} - {str(p.stderr)}"
|
f"Failed to probe corrupt segment {cache_path}"
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.warning(f"Discarding a corrupt recording segment: {cache_path}")
|
logger.warning(f"Discarding a corrupt recording segment: {cache_path}")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user