mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Make logs consistent
This commit is contained in:
parent
88579dca99
commit
1079796b9e
@ -101,7 +101,7 @@ def sync_recordings(limited: bool) -> None:
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
f"Deleting {len(files_to_delete)} recordings files that are missing DB entries."
|
f"Deleting {len(files_to_delete)} recordings files with missing DB entries"
|
||||||
)
|
)
|
||||||
|
|
||||||
if float(len(files_to_delete)) / max(1, len(files_on_disk)) > 0.5:
|
if float(len(files_to_delete)) / max(1, len(files_on_disk)) > 0.5:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user