summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-09-22 09:15:49 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-09-22 09:15:49 -0400
commitffb6c43e7985e837ae50f8831b98c9941c406969 (patch)
tree88694c86b70ca51b11dbd514cc546884c15f45f6 /src
parent9c77924c29874aa4684c2a9e1a7b9ee547d49d85 (diff)
exit-status.c: bring EXIT_BUS_ENDPOINT label in line with others
Diffstat (limited to 'src')
-rw-r--r--src/shared/exit-status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/exit-status.c b/src/shared/exit-status.c
index b036ded1f..5c73b4d3c 100644
--- a/src/shared/exit-status.c
+++ b/src/shared/exit-status.c
@@ -150,7 +150,7 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) {
return "MAKE_STARTER";
case EXIT_BUS_ENDPOINT:
- return "EXIT_BUS_ENDPOINT";
+ return "BUS_ENDPOINT";
}
}