r3738 - branches/2.0/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Feb 11 08:36:03 CET 2009


Author: tfheen
Date: 2009-02-11 08:36:03 +0100 (Wed, 11 Feb 2009)
New Revision: 3738

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



Modified: branches/2.0/varnish-cache/bin/varnishd/cache_fetch.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/cache_fetch.c	2009-02-11 07:32:24 UTC (rev 3737)
+++ branches/2.0/varnish-cache/bin/varnishd/cache_fetch.c	2009-02-11 07:36:03 UTC (rev 3738)
@@ -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