From 7ed0a4c537d405544d1dd772ed08ea20143cf2d6 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Tue, 29 Nov 2016 09:36:20 +0100 Subject: bus-util: add protocol error type explanation --- src/shared/bus-unit-util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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" }, -- cgit v1.2.3-54-g00ecf