diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-29 23:12:50 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-29 23:12:50 +0000 |
commit | c7a8c5f85ca5bf869ed80d6bf9638e1572b47b17 (patch) | |
tree | e65378eb5dc369867c20bc8809ec6e2674592dd6 /init.c | |
parent | 94f11e53f733e35296ac39e4b0959c8c55158c9f (diff) | |
download | busybox-w32-c7a8c5f85ca5bf869ed80d6bf9638e1572b47b17.tar.gz busybox-w32-c7a8c5f85ca5bf869ed80d6bf9638e1572b47b17.tar.bz2 busybox-w32-c7a8c5f85ca5bf869ed80d6bf9638e1572b47b17.zip |
Fixed it.
git-svn-id: svn://busybox.net/trunk/busybox@68 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |