From cbb391160b1b8ad0883e087e29bb75e231161df1 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Thu, 15 Jun 2023 04:26:01 +0300 Subject: [PATCH] fix warn message spelling on frigate/config.py Co-authored-by: Nicolas Mowen --- frigate/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frigate/config.py b/frigate/config.py index 7b2fc03e5..7d2a8f099 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -686,9 +686,7 @@ class CameraConfig(FrigateBaseModel): config["detect"]["width"] = DEFAULT_DETECT_DIMENSIONS["width"] config["detect"]["height"] = DEFAULT_DETECT_DIMENSIONS["height"] logger.warn( - "Error autoconfiguration url " - + input.get("path") - + ". Appliing default values." + f"Error detecting stream resolution automatically for {input.get('path')} Applying default values." ) continue