Commit 89eb1128 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Log the found objects XID when we have a hash-hit.


git-svn-id: http://www.varnish-cache.org/svn/trunk@362 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 48288f15
......@@ -40,6 +40,7 @@ LookupSession(struct worker *w, struct sess *sp)
VCL_miss_method(sp);
} else {
VSL_stats->cache_hit++;
VSL(SLT_Hit, sp->fd, "%u", o->xid);
VCL_hit_method(sp);
}
return (0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment