mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 10:06:34 +00:00
Fix Typos in LOGGER (#2552)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
40b34071e7
commit
100cfb57c5
@ -150,7 +150,7 @@ class Core(CoreSysAttributes):
|
||||
_LOGGER.warning("System running in a unsupported environment!")
|
||||
if not self.healthy:
|
||||
_LOGGER.critical(
|
||||
"System running in a unhealthy state and need manual intervention!"
|
||||
"System is running in an unhealthy state and needs manual intervention!"
|
||||
)
|
||||
|
||||
# Check internet on startup
|
||||
@ -171,7 +171,7 @@ class Core(CoreSysAttributes):
|
||||
except SupervisorUpdateError as err:
|
||||
_LOGGER.critical(
|
||||
"Can't update Supervisor! This will break some Add-ons or affect "
|
||||
"future version of Home Assistant!"
|
||||
"future versions of Home Assistant!"
|
||||
)
|
||||
self.sys_resolution.unhealthy = UnhealthyReason.SUPERVISOR
|
||||
self.sys_capture_exception(err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user