[systemd-commits] src/shared

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Mon Sep 22 06:25:44 PDT 2014


 src/shared/exit-status.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ffb6c43e7985e837ae50f8831b98c9941c406969
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Mon Sep 22 09:15:49 2014 -0400

    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 b036ded..5c73b4d 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";
                 }
         }
 



More information about the systemd-commits mailing list