Show the current core state on message (#2516)

This commit is contained in:
Pascal Vizeli 2021-02-04 15:52:48 +01:00 committed by GitHub
parent af4517fd1e
commit 48f8553c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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