change warning to debug

This commit is contained in:
Josh Hawkins 2023-10-25 09:56:36 -05:00
parent 1a9e00ee49
commit 292ed2b6e9

View File

@ -451,7 +451,7 @@ class RecordingMaintainer(threading.Thread):
break
if stale_frame_count > 0:
logger.warning(
logger.debug(
f"Found {stale_frame_count} old frames, segments from recordings may be missing."
)