From f80c4c9565fc2af0cc97e060423cc5754b5371b1 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Tue, 23 Jan 2024 22:34:43 -0500 Subject: [PATCH] Fix bootstrap log typo (#4833) --- supervisor/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/bootstrap.py b/supervisor/bootstrap.py index a153b871530..bcb6ffb56c7 100644 --- a/supervisor/bootstrap.py +++ b/supervisor/bootstrap.py @@ -115,7 +115,7 @@ async def initialize_coresys() -> CoreSys: _LOGGER.warning( "Missing SUPERVISOR_MACHINE environment variable. Fallback to deprecated extraction!" ) - _LOGGER.info("Seting up coresys for machine: %s", coresys.machine) + _LOGGER.info("Setting up coresys for machine: %s", coresys.machine) return coresys