diff --git a/supervisor/jobs/decorator.py b/supervisor/jobs/decorator.py index 5c36a8236..ec0ebb023 100644 --- a/supervisor/jobs/decorator.py +++ b/supervisor/jobs/decorator.py @@ -99,8 +99,9 @@ class Job: and self._coresys.core.state != CoreState.RUNNING ): _LOGGER.warning( - "'%s' blocked from execution, system is not running", + "'%s' blocked from execution, system is not running - %s", self._method.__qualname__, + self._coresys.core.state, ) return False