Blob Blame History Raw
--- monitor.c.nomsg	2007-07-29 16:23:26.000000000 -0400
+++ monitor.c	2008-12-22 21:49:36.000000000 -0500
@@ -459,12 +459,6 @@
   
     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.init != TRUE)
       daemonize();