diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-11-13 21:25:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-16 15:22:48 +0100 |
commit | 7c047d7443347c109daf67023a01c118b5f361eb (patch) | |
tree | e29daace62b5b02fa5f7b5d09f8ebd62871007af /catalog/systemd.catalog.in | |
parent | sd-messages: add comment and reorder a bit (diff) | |
download | systemd-7c047d7443347c109daf67023a01c118b5f361eb.tar.xz systemd-7c047d7443347c109daf67023a01c118b5f361eb.zip |
core: make log messages about units entering a 'failed' state recognizable
Let's make this recognizable, and carry result information in a
structure fashion.
Diffstat (limited to 'catalog/systemd.catalog.in')
-rw-r--r-- | catalog/systemd.catalog.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/catalog/systemd.catalog.in b/catalog/systemd.catalog.in index 2136c93d02..1e64209e9c 100644 --- a/catalog/systemd.catalog.in +++ b/catalog/systemd.catalog.in @@ -352,6 +352,13 @@ Support: %SUPPORT_URL% The unit @UNIT@ completed and consumed the indicated resources. +-- d9b373ed55a64feb8242e02dbe79a49c +Subject: Unit failed +Defined-By: systemd +Support: %SUPPORT_URL% + +The unit @UNIT@ has entered the 'failed' state with result '@UNIT_RESULT@'. + -- 50876a9db00f4c40bde1a2ad381c3a1b Subject: The system is configured in a way that might cause problems Defined-By: systemd |