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
path: root/init.c
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 /init.c
parent9b5c0b7611d706a1ff4b7747171a4c044bcd0378 (diff)
Remove some leftover debug noise.
-Erik
Diffstat (limited to 'init.c')
-rw-r--r--init.c1
1 files changed, 0 insertions, 1 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) {