diff options
-rw-r--r-- | init.c | 1 | ||||
-rw-r--r-- | init/init.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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) { |
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) { |