From 0987e11181c7b148809ad25c4c53f83de7016b59 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Thu, 11 May 2023 05:48:28 -0500 Subject: [PATCH] Update wording --- frigate/comms/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/comms/dispatcher.py b/frigate/comms/dispatcher.py index 94ecaffe3..447a35cb8 100644 --- a/frigate/comms/dispatcher.py +++ b/frigate/comms/dispatcher.py @@ -182,7 +182,7 @@ class Dispatcher: if payload == "ON": if not self.config.cameras[camera_name].record.enabled_in_config: logger.error( - f"Recordings are not enabled in the config, they can not be enabled after startup." + f"Recordings must be enabled in the config to be turned on via MQTT." ) return