mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-21 16:16:31 +00:00
Fix bootstrap log typo (#4833)
This commit is contained in:
parent
480b383782
commit
f80c4c9565
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user