r3569 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Tue Feb 3 13:42:40 CET 2009


Author: phk
Date: 2009-02-03 13:42:39 +0100 (Tue, 03 Feb 2009)
New Revision: 3569

Modified:
   trunk/varnish-cache/bin/varnishd/cache_fetch.c
Log:
Mark that we do limited segment size fetches for debugging



Modified: trunk/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_fetch.c	2009-02-03 10:48:20 UTC (rev 3568)
+++ trunk/varnish-cache/bin/varnishd/cache_fetch.c	2009-02-03 12:42:39 UTC (rev 3569)
@@ -221,6 +221,9 @@
 	struct storage *st;
 	unsigned v;
 
+	if (fetchfrag > 0)
+		WSL(sp->wrk, SLT_Debug, sp->fd,
+		    "Fetch %d byte segments:", fetchfrag);
 	p = NULL;
 	v = 0;
 	st = NULL;



More information about the varnish-commit mailing list