[master] d27be69 Remove superflous debug

Federico G. Schwindt fgsch at lodoss.net
Wed Jun 24 14:59:59 CEST 2015


commit d27be69da69bf9ea032085f7810119941c8948a5
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Jun 23 18:47:07 2015 +0100

    Remove superflous debug
    
    This is always followed by VCL_call MISS

diff --git a/bin/varnishd/cache/cache_req_fsm.c b/bin/varnishd/cache/cache_req_fsm.c
index 5ce8309..9c4861f 100644
--- a/bin/varnishd/cache/cache_req_fsm.c
+++ b/bin/varnishd/cache/cache_req_fsm.c
@@ -370,7 +370,6 @@ cnt_lookup(struct worker *wrk, struct req *req)
 	AZ(req->objcore);
 	if (lr == HSH_MISS) {
 		/* Found nothing */
-		VSLb(req->vsl, SLT_Debug, "XXXX MISS");
 		AZ(oc);
 		AN(boc);
 		AN(boc->flags & OC_F_BUSY);



More information about the varnish-commit mailing list