mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 11:36:32 +00:00
Show the current core state on message (#2516)
This commit is contained in:
parent
af4517fd1e
commit
48f8553c75
@ -99,8 +99,9 @@ class Job:
|
|||||||
and self._coresys.core.state != CoreState.RUNNING
|
and self._coresys.core.state != CoreState.RUNNING
|
||||||
):
|
):
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"'%s' blocked from execution, system is not running",
|
"'%s' blocked from execution, system is not running - %s",
|
||||||
self._method.__qualname__,
|
self._method.__qualname__,
|
||||||
|
self._coresys.core.state,
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user