From c7a8c5f85ca5bf869ed80d6bf9638e1572b47b17 Mon Sep 17 00:00:00 2001
From: andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Date: Fri, 29 Oct 1999 23:12:50 +0000
Subject: Fixed it.

git-svn-id: svn://busybox.net/trunk/busybox@68 69ca8d6d-28ef-0310-b511-8ec308f3f277
---
 init.c      | 4 ++--
 init/init.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/init.c b/init.c
index a56e23e5d..bcc8483da 100644
--- 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";
diff --git a/init/init.c b/init/init.c
index a56e23e5d..bcc8483da 100644
--- a/init/init.c
+++ b/init/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";
-- 
cgit v1.2.3-55-g6feb