aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.c4
-rw-r--r--init/init.c4
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)
335 const char* const* tty1_commands = shell_commands; 335 const char* const* tty1_commands = shell_commands;
336#ifndef DEBUG_INIT 336#ifndef DEBUG_INIT
337 char *hello_msg_format = 337 char *hello_msg_format =
338 "init(%d) started: BusyBox v%s (%s) multi-call binary\r\n"; 338 "init started: BusyBox v%s (%s) multi-call binary\r\n";
339#else 339#else
340 char *hello_msg_format = 340 char *hello_msg_format =
341 "init started: BusyBox v%s (%s) multi-call binary\r\n"; 341 "init(%d) started: BusyBox v%s (%s) multi-call binary\r\n";
342#endif 342#endif
343 const char *no_memory = 343 const char *no_memory =
344 "Sorry, your computer does not have enough memory.\r\n"; 344 "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)
335 const char* const* tty1_commands = shell_commands; 335 const char* const* tty1_commands = shell_commands;
336#ifndef DEBUG_INIT 336#ifndef DEBUG_INIT
337 char *hello_msg_format = 337 char *hello_msg_format =
338 "init(%d) started: BusyBox v%s (%s) multi-call binary\r\n"; 338 "init started: BusyBox v%s (%s) multi-call binary\r\n";
339#else 339#else
340 char *hello_msg_format = 340 char *hello_msg_format =
341 "init started: BusyBox v%s (%s) multi-call binary\r\n"; 341 "init(%d) started: BusyBox v%s (%s) multi-call binary\r\n";
342#endif 342#endif
343 const char *no_memory = 343 const char *no_memory =
344 "Sorry, your computer does not have enough memory.\r\n"; 344 "Sorry, your computer does not have enough memory.\r\n";