r2474 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Feb 15 12:15:41 CET 2008


Author: phk
Date: 2008-02-15 12:15:41 +0100 (Fri, 15 Feb 2008)
New Revision: 2474

Modified:
   trunk/varnish-cache/bin/varnishd/cache_main.c
Log:
Remove a duplicated message on the childs stdout.


Modified: trunk/varnish-cache/bin/varnishd/cache_main.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_main.c	2008-02-15 10:57:20 UTC (rev 2473)
+++ trunk/varnish-cache/bin/varnishd/cache_main.c	2008-02-15 11:15:41 UTC (rev 2474)
@@ -88,7 +88,6 @@
 
 	STV_open();
 
-	printf("Ready\n");
 	VSL_stats->start_time = (time_t)TIM_real();
 
 	CLI_Init();




More information about the varnish-commit mailing list