r187 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Thu Jun 15 10:04:19 CEST 2006


Author: phk
Date: 2006-06-15 10:04:19 +0200 (Thu, 15 Jun 2006)
New Revision: 187

Modified:
   trunk/varnish-cache/bin/varnishd/cache_main.c
Log:
Less noise


Modified: trunk/varnish-cache/bin/varnishd/cache_main.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_main.c	2006-06-14 09:57:19 UTC (rev 186)
+++ trunk/varnish-cache/bin/varnishd/cache_main.c	2006-06-15 08:04:19 UTC (rev 187)
@@ -76,7 +76,6 @@
 	arm_keepalive();
 	if (av[2] != NULL) {
 		/* XXX: check clock skew is pointless here */
-		printf("Got your ping %s\n", av[2]);
 	}
 	time(&t);
 	cli_out(cli, "PONG %ld\n", t);




More information about the varnish-commit mailing list