aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
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) {