From: phk Date: Wed, 28 Jun 2006 16:14:19 +0000 (+0000) Subject: Apply correct fd in Shmemlog X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f64448e60f8bb9f004751c0739eff1b6ddd4df4;p=varnish Apply correct fd in Shmemlog git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@250 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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); }