mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 00:56:29 +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(
|
_LOGGER.warning(
|
||||||
"Missing SUPERVISOR_MACHINE environment variable. Fallback to deprecated extraction!"
|
"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
|
return coresys
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user