exit-status.c: bring EXIT_BUS_ENDPOINT label in line with others
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 22 Sep 2014 13:15:49 +0000 (09:15 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 22 Sep 2014 13:15:49 +0000 (09:15 -0400)
src/shared/exit-status.c

index b036ded..5c73b4d 100644 (file)
@@ -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";
                 }
         }