mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
update debug message
This commit is contained in:
parent
52b47a3414
commit
16dc9f4bf7
@ -460,9 +460,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
break
|
break
|
||||||
|
|
||||||
if stale_frame_count > 0:
|
if stale_frame_count > 0:
|
||||||
logger.debug(
|
logger.debug(f"Found {stale_frame_count} old frames.")
|
||||||
f"Found {stale_frame_count} old frames, segments from recordings may be missing."
|
|
||||||
)
|
|
||||||
|
|
||||||
# empty the audio recordings info queue if audio is enabled
|
# empty the audio recordings info queue if audio is enabled
|
||||||
if self.audio_recordings_info_queue:
|
if self.audio_recordings_info_queue:
|
||||||
|
Loading…
Reference in New Issue
Block a user