aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-07 23:11:00 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-01-07 23:11:00 +0000
commit4636fc702babf96b2796094cf389c6a8c5d29ca1 (patch)
treef9ce561c3fd5fc19e6dddd3166260f052989a154 /init
parenta42b7c8f6e571b658936a95fce846e4386130668 (diff)
downloadbusybox-w32-4636fc702babf96b2796094cf389c6a8c5d29ca1.tar.gz
busybox-w32-4636fc702babf96b2796094cf389c6a8c5d29ca1.tar.bz2
busybox-w32-4636fc702babf96b2796094cf389c6a8c5d29ca1.zip
Remove some leftover debug noise.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@293 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r--init/init.c1
1 files changed, 0 insertions, 1 deletions
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)
726 726
727 /* Now run everything that needs to be run */ 727 /* Now run everything that needs to be run */
728 728
729 message(LOG|CONSOLE, "Running SYSINIT\n");
730 /* First run the sysinit command */ 729 /* First run the sysinit command */
731 for( a=initActionList ; a; a=a->nextPtr) { 730 for( a=initActionList ; a; a=a->nextPtr) {
732 if (a->action == SYSINIT) { 731 if (a->action == SYSINIT) {