From 22a7931a7cefcef594b8fec58d8a9e2c9f4bd0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 15 Aug 2020 22:57:38 +0200 Subject: [PATCH] Update log message for unsupported OS (#1929) --- supervisor/core.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/supervisor/core.py b/supervisor/core.py index 952064072..419898559 100644 --- a/supervisor/core.py +++ b/supervisor/core.py @@ -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