diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-29 23:12:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-29 23:12:50 +0000 |
commit | 04579780b78c2928e100dbee57cbff6daaf84c66 (patch) | |
tree | e65378eb5dc369867c20bc8809ec6e2674592dd6 /init/init.c | |
parent | 7f1acfdb8928de69bf02db6cf217f0f3b4af45ea (diff) | |
download | busybox-w32-04579780b78c2928e100dbee57cbff6daaf84c66.tar.gz busybox-w32-04579780b78c2928e100dbee57cbff6daaf84c66.tar.bz2 busybox-w32-04579780b78c2928e100dbee57cbff6daaf84c66.zip |
Fixed it.
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |