From 7f64448e60f8bb9f004751c0739eff1b6ddd4df4 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 28 Jun 2006 16:14:19 +0000 Subject: [PATCH] Apply correct fd in Shmemlog git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@250 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_vrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_vrt.c b/varnish-cache/bin/varnishd/cache_vrt.c index 0cb02c3d..cb3b1fc6 100644 --- a/varnish-cache/bin/varnishd/cache_vrt.c +++ b/varnish-cache/bin/varnishd/cache_vrt.c @@ -36,7 +36,7 @@ void VRT_count(struct sess *sp, unsigned u) { - VSL(SLT_VCL, 0, "%u %d.%d", u, + VSL(SLT_VCL, sp->fd, "%u %d.%d", u, sp->vcl->ref[u].line, sp->vcl->ref[u].pos); } -- 2.39.5