[3.0] d8f894b Remove a bit of stale debugging.

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 16 10:20:35 CEST 2012


commit d8f894b5ce902edec57e4d5ce8e50b0a1d0aaf92
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 31 22:59:25 2011 +0000

    Remove a bit of stale debugging.
    
    Conflicts:
    
    	bin/varnishd/cache_fetch.c

diff --git a/bin/varnishd/cache_fetch.c b/bin/varnishd/cache_fetch.c
index 53acf25..cdc2fd8 100644
--- a/bin/varnishd/cache_fetch.c
+++ b/bin/varnishd/cache_fetch.c
@@ -95,11 +95,6 @@ static void __match_proto__()
 vfp_nop_begin(struct sess *sp, size_t estimate)
 {
 
-	if (fetchfrag > 0) {
-		estimate = fetchfrag;
-		WSL(sp->wrk, SLT_Debug, sp->fd,
-		    "Fetch %d byte segments:", fetchfrag);
-	}
 	if (estimate > 0)
 		(void)FetchStorage(sp, estimate);
 }



More information about the varnish-commit mailing list