r368 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Jul 7 09:22:01 CEST 2006


Author: phk
Date: 2006-07-07 09:22:01 +0200 (Fri, 07 Jul 2006)
New Revision: 368

Modified:
   trunk/varnish-cache/bin/varnishd/cache_acceptor.c
Log:
Remove debugging printf


Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-07-07 07:15:33 UTC (rev 367)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2006-07-07 07:22:01 UTC (rev 368)
@@ -137,7 +137,6 @@
 	struct sess *sp, *sp2;
 	time_t t;
 
-	printf("vca_tick\n");
 	evtimer_add(&tick_e, &tick_rate);
 	time(&t);
 	TAILQ_FOREACH_SAFE(sp, &sesshead, list, sp2) {




More information about the varnish-commit mailing list