From 060e088e94852cbe166592429c330e3997c21c4c Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Fri, 5 Sep 2014 17:24:27 +0200 Subject: exit-status: add new exit code for custom endpoint errors --- src/shared/exit-status.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shared/exit-status.c') diff --git a/src/shared/exit-status.c b/src/shared/exit-status.c index f3434f7ccc..b036ded1f4 100644 --- a/src/shared/exit-status.c +++ b/src/shared/exit-status.c @@ -148,6 +148,9 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) { case EXIT_MAKE_STARTER: return "MAKE_STARTER"; + + case EXIT_BUS_ENDPOINT: + return "EXIT_BUS_ENDPOINT"; } } -- cgit v1.2.3-54-g00ecf