Hi,

Remove "XXXX MISS" debug message - it's always followed by VCL_call MISS.

f.-
From 059f94f2e16224675636fa1d2e53ff6ee85e4f1f Mon Sep 17 00:00:00 2001
From: "Federico G. Schwindt" <[email protected]>
Date: Tue, 23 Jun 2015 18:47:07 +0100
Subject: [PATCH] Remove superflous debug

This is always followed by VCL_call MISS
---
 bin/varnishd/cache/cache_req_fsm.c | 1 -
 1 file changed, 1 deletion(-)

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);
-- 
2.1.4

_______________________________________________
varnish-dev mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to