mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +00:00
Update log message for unsupported OS (#1929)
This commit is contained in:
parent
94f112512f
commit
22a7931a7c
@ -125,8 +125,7 @@ class Core(CoreSysAttributes):
|
|||||||
if self.sys_host.info.operating_system not in SUPERVISED_SUPPORTED_OS:
|
if self.sys_host.info.operating_system not in SUPERVISED_SUPPORTED_OS:
|
||||||
self.supported = False
|
self.supported = False
|
||||||
_LOGGER.error(
|
_LOGGER.error(
|
||||||
"Using '%s' as the OS is not supported",
|
"Detected unsupported OS: %s", self.sys_host.info.operating_system,
|
||||||
self.sys_host.info.operating_system,
|
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
# Check rauc connectivity on our OS
|
# Check rauc connectivity on our OS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user