diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 1 |
1 files changed, 0 insertions, 1 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) { |