update debug message

This commit is contained in:
Josh Hawkins
2023-10-26 17:32:58 -06:00
committed by Nicolas Mowen
parent 52b47a3414
commit 16dc9f4bf7
+1 -3
View File
@@ -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: