From 16dc9f4bf75f29981ae5c85e042ac98abecc74d6 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:50:31 -0500 Subject: [PATCH] update debug message --- frigate/record/maintainer.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frigate/record/maintainer.py b/frigate/record/maintainer.py index 2288b8d73..b0969b7ef 100644 --- a/frigate/record/maintainer.py +++ b/frigate/record/maintainer.py @@ -460,9 +460,7 @@ class RecordingMaintainer(threading.Thread): break if stale_frame_count > 0: - logger.debug( - f"Found {stale_frame_count} old frames, segments from recordings may be missing." - ) + logger.debug(f"Found {stale_frame_count} old frames.") # empty the audio recordings info queue if audio is enabled if self.audio_recordings_info_queue: