diff --git a/frigate/record/maintainer.py b/frigate/record/maintainer.py index 272720e5a..173e6f9c2 100644 --- a/frigate/record/maintainer.py +++ b/frigate/record/maintainer.py @@ -159,7 +159,7 @@ class RecordingMaintainer(threading.Thread): else: if duration == -1: 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}")