From bd4b5dbb7dc36ff874db335bccae694f4f259712 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 16 Feb 2023 16:27:37 -0700 Subject: [PATCH] wording --- frigate/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/http.py b/frigate/http.py index a5c2b7439..12f3b5add 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -185,7 +185,7 @@ def send_to_plus(id): return make_response(jsonify({"success": False, "message": message}), 404) if event.end_time is None: - logger.error(f"Unable to load clean snapshot for in-progress event: {event.id}") + logger.error(f"Unable to load clean png for in-progress event: {event.id}") return make_response( jsonify( {"success": False, "message": "Unable to load clean png for in-progress event"}