diff options
author | Eric Andersen | 1999-10-29 23:12:50 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-29 23:12:50 +0000 |
commit | 04579780b78c2928e100dbee57cbff6daaf84c66 (patch) | |
tree | e65378eb5dc369867c20bc8809ec6e2674592dd6 /init.c | |
parent | 7f1acfdb8928de69bf02db6cf217f0f3b4af45ea (diff) | |
download | busybox-04579780b78c2928e100dbee57cbff6daaf84c66.zip busybox-04579780b78c2928e100dbee57cbff6daaf84c66.tar.gz |
Fixed it.
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) 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"; |