Blob Blame History Raw
--- monitor.c.nomsg	2010-07-05 19:16:34.337850714 +0200
+++ monitor.c	2010-07-05 19:17:19.821070156 +0200
@@ -482,10 +482,6 @@ static void do_default() {
       exit(0);
   
     Run.once = FALSE;
-    if (can_http())
-      LogInfo("Starting %s daemon with http interface at [%s:%d]\n", prog, Run.bind_addr?Run.bind_addr:"*", Run.httpdport);
-    else
-      LogInfo("Starting %s daemon\n", prog);
     
     if (Run.startdelay)
         LogInfo("Monit start delay set -- pause for %ds\n", Run.startdelay);