aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index fb9c81ea4..b9c892407 100644
--- a/init/init.c
+++ b/init/init.c
@@ -873,7 +873,7 @@ int init_main(int argc UNUSED_PARAM, char **argv)
873 if (argv[1]) 873 if (argv[1])
874 xsetenv("RUNLEVEL", argv[1]); 874 xsetenv("RUNLEVEL", argv[1]);
875 875
876#if ENABLE_FEATURE_EXTRA_QUIET 876#if !ENABLE_FEATURE_EXTRA_QUIET
877 /* Hello world */ 877 /* Hello world */
878 message(L_CONSOLE | L_LOG, "init started: %s", bb_banner); 878 message(L_CONSOLE | L_LOG, "init started: %s", bb_banner);
879#endif 879#endif