diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2016-11-29 09:36:20 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2016-11-29 23:19:52 +0100 |
commit | 7ed0a4c537d405544d1dd772ed08ea20143cf2d6 (patch) | |
tree | 9ea503863017707c6c3f79049aa621f08c5f24b6 /src/shared/bus-unit-util.c | |
parent | 3c9512c71d49d42513755cfa4329275c0360f397 (diff) |
bus-util: add protocol error type explanation
Diffstat (limited to 'src/shared/bus-unit-util.c')
-rw-r--r-- | src/shared/bus-unit-util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/bus-unit-util.c b/src/shared/bus-unit-util.c index 388b391342..3114275c85 100644 --- a/src/shared/bus-unit-util.c +++ b/src/shared/bus-unit-util.c @@ -764,6 +764,7 @@ static const struct { const char *result, *explanation; } explanations [] = { { "resources", "of unavailable resources or another system error" }, + { "protocol", "the service did not take the steps required by its unit configuration" }, { "timeout", "a timeout was exceeded" }, { "exit-code", "the control process exited with error code" }, { "signal", "a fatal signal was delivered to the control process" }, |