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"}