Fixed it.
authorEric Andersen <andersen@codepoet.org>
Fri, 29 Oct 1999 23:12:50 +0000 (23:12 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 29 Oct 1999 23:12:50 +0000 (23:12 -0000)
init.c
init/init.c

diff --git a/init.c b/init.c
index a56e23e5d9183d47fe3da6a2fe09e9387783e586..bcc8483da5dd23257462a2e69e6a102bd6cf8864 100644 (file)
--- a/init.c
+++ b/init.c
@@ -335,10 +335,10 @@ extern int init_main(int argc, char **argv)
     const char* const* tty1_commands = shell_commands;
 #ifndef DEBUG_INIT
     char *hello_msg_format =
-       "init(%d) started:  BusyBox v%s (%s) multi-call binary\r\n";
+       "init started:  BusyBox v%s (%s) multi-call binary\r\n";
 #else
     char *hello_msg_format =
-       "init started:  BusyBox v%s (%s) multi-call binary\r\n";
+       "init(%d) started:  BusyBox v%s (%s) multi-call binary\r\n";
 #endif
     const char *no_memory =
        "Sorry, your computer does not have enough memory.\r\n";
index a56e23e5d9183d47fe3da6a2fe09e9387783e586..bcc8483da5dd23257462a2e69e6a102bd6cf8864 100644 (file)
@@ -335,10 +335,10 @@ extern int init_main(int argc, char **argv)
     const char* const* tty1_commands = shell_commands;
 #ifndef DEBUG_INIT
     char *hello_msg_format =
-       "init(%d) started:  BusyBox v%s (%s) multi-call binary\r\n";
+       "init started:  BusyBox v%s (%s) multi-call binary\r\n";
 #else
     char *hello_msg_format =
-       "init started:  BusyBox v%s (%s) multi-call binary\r\n";
+       "init(%d) started:  BusyBox v%s (%s) multi-call binary\r\n";
 #endif
     const char *no_memory =
        "Sorry, your computer does not have enough memory.\r\n";