Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-08 02:11:00 +0300
committerErik Andersen <andersen@codepoet.org>2000-01-08 02:11:00 +0300
commit5f2df6ccb408035bdd97b0840bceff9b33b590d1 (patch)
treef9ce561c3fd5fc19e6dddd3166260f052989a154
parent9b5c0b7611d706a1ff4b7747171a4c044bcd0378 (diff)
Remove some leftover debug noise.
-Erik
-rw-r--r--init.c1
-rw-r--r--init/init.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/init.c b/init.c
index 9c7710de8..de4ac1c19 100644
--- a/init.c
+++ b/init.c
@@ -726,7 +726,6 @@ extern int init_main(int argc, char **argv)
/* Now run everything that needs to be run */
- message(LOG|CONSOLE, "Running SYSINIT\n");
/* First run the sysinit command */
for( a=initActionList ; a; a=a->nextPtr) {
if (a->action == SYSINIT) {
diff --git a/init/init.c b/init/init.c
index 9c7710de8..de4ac1c19 100644
--- a/init/init.c
+++ b/init/init.c
@@ -726,7 +726,6 @@ extern int init_main(int argc, char **argv)
/* Now run everything that needs to be run */
- message(LOG|CONSOLE, "Running SYSINIT\n");
/* First run the sysinit command */
for( a=initActionList ; a; a=a->nextPtr) {
if (a->action == SYSINIT) {