enum {
L_LOG = 0x1,
L_CONSOLE = 0x2,
- MAYBE_CONSOLE = L_CONSOLE * !ENABLE_FEATURE_EXTRA_QUIET,
#ifndef RB_HALT_SYSTEM
RB_HALT_SYSTEM = 0xcdef0123, /* FIXME: this overflows enum */
RB_ENABLE_CAD = 0x89abcdef,
if (argv[1])
xsetenv("RUNLEVEL", argv[1]);
+#if ENABLE_FEATURE_EXTRA_QUIET
/* Hello world */
- message(MAYBE_CONSOLE | L_LOG, "init started: %s", bb_banner);
+ message(L_CONSOLE | L_LOG, "init started: %s", bb_banner);
+#endif
/* Make sure there is enough memory to do something useful. */
if (ENABLE_SWAPONOFF) {