Update log message for unsupported OS (#1929)

This commit is contained in:
Joakim Sørensen 2020-08-15 22:57:38 +02:00 committed by GitHub
parent 94f112512f
commit 22a7931a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,8 +125,7 @@ class Core(CoreSysAttributes):
if self.sys_host.info.operating_system not in SUPERVISED_SUPPORTED_OS:
self.supported = False
_LOGGER.error(
"Using '%s' as the OS is not supported",
self.sys_host.info.operating_system,
"Detected unsupported OS: %s", self.sys_host.info.operating_system,
)
else:
# Check rauc connectivity on our OS