From 431736afa68c2dd2b3cfa3a2a30cc72b59937d8b Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Fri, 9 Jun 2023 02:38:17 +0300 Subject: [PATCH] improve log message in cleanup.py Co-authored-by: Nicolas Mowen --- frigate/record/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/record/cleanup.py b/frigate/record/cleanup.py index dbe5ff549..dbe4cf207 100644 --- a/frigate/record/cleanup.py +++ b/frigate/record/cleanup.py @@ -241,7 +241,7 @@ class RecordingCleanup(threading.Thread): if len(recordings_to_delete) / recordings.count() > 0.5: logger.debug( - f"Deleting {(len(recordings_to_delete) / recordings.count()):2f}% of recordings looks like as bug. Do nothing" + f"Deleting {(len(recordings_to_delete) / recordings.count()):2f}% of recordings could be due to configuration error. Aborting..." ) return