mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
init: fix logically inverted FEATURE_EXTRA_QUIET check
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1a8de6f8a2
commit
d7171c1140
@ -873,7 +873,7 @@ int init_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
if (argv[1])
|
if (argv[1])
|
||||||
xsetenv("RUNLEVEL", argv[1]);
|
xsetenv("RUNLEVEL", argv[1]);
|
||||||
|
|
||||||
#if ENABLE_FEATURE_EXTRA_QUIET
|
#if !ENABLE_FEATURE_EXTRA_QUIET
|
||||||
/* Hello world */
|
/* Hello world */
|
||||||
message(L_CONSOLE | L_LOG, "init started: %s", bb_banner);
|
message(L_CONSOLE | L_LOG, "init started: %s", bb_banner);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user