r1884 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Aug 20 12:39:05 CEST 2007


Author: phk
Date: 2007-08-20 12:39:05 +0200 (Mon, 20 Aug 2007)
New Revision: 1884

Modified:
   trunk/varnish-cache/bin/varnishd/cache_acceptor.c
Log:
remove debugging message


Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2007-08-20 10:36:16 UTC (rev 1883)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor.c	2007-08-20 10:39:05 UTC (rev 1884)
@@ -103,8 +103,6 @@
 	if (memcmp(&tv, &tv_rcvtimeo, l))
 		need_rcvtimeo = 1;
 	need_test = 0;
-	printf("socktest: linger=%d sndtimeo=%d rcvtimeo=%d\n",
-	    need_linger, need_sndtimeo, need_rcvtimeo);
 }
 
 void




More information about the varnish-commit mailing list