From: Zbigniew Jędrzejewski-Szmek Date: Mon, 22 Sep 2014 13:15:49 +0000 (-0400) Subject: exit-status.c: bring EXIT_BUS_ENDPOINT label in line with others X-Git-Tag: v217~464 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffb6c43e7985e837ae50f8831b98c9941c406969;p=platform%2Fupstream%2Fsystemd.git exit-status.c: bring EXIT_BUS_ENDPOINT label in line with others --- diff --git a/src/shared/exit-status.c b/src/shared/exit-status.c index b036ded1f4..5c73b4d3c0 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"; } }