//#define BB_FEATURE_INIT_CHROOT
#endif
//
+#define BB_FEATURE_EXTRA_QUIET
/* Hello world */
#ifndef DEBUG_INIT
- message(LOG,
+ message(
+#if ! defined BB_FEATURE_EXTRA_QUIET
+ CONSOLE|
+#endif
+ LOG,
"init started: BusyBox v%s (%s) multi-call binary\r\n",
BB_VER, BB_BT);
#else
- message(LOG,
+ message(
+#if ! defined BB_FEATURE_EXTRA_QUIET
+ CONSOLE|
+#endif
+ LOG,
"init(%d) started: BusyBox v%s (%s) multi-call binary\r\n",
getpid(), BB_VER, BB_BT);
#endif
/* Hello world */
#ifndef DEBUG_INIT
- message(LOG,
+ message(
+#if ! defined BB_FEATURE_EXTRA_QUIET
+ CONSOLE|
+#endif
+ LOG,
"init started: BusyBox v%s (%s) multi-call binary\r\n",
BB_VER, BB_BT);
#else
- message(LOG,
+ message(
+#if ! defined BB_FEATURE_EXTRA_QUIET
+ CONSOLE|
+#endif
+ LOG,
"init(%d) started: BusyBox v%s (%s) multi-call binary\r\n",
getpid(), BB_VER, BB_BT);
#endif