]> err.no Git - varnish/commitdiff
Apply correct fd in Shmemlog
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 28 Jun 2006 16:14:19 +0000 (16:14 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 28 Jun 2006 16:14:19 +0000 (16:14 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@250 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_vrt.c

index 0cb02c3d239f85666d3a7658f0ca59a40dd006ea..cb3b1fc655a9c1b921f4fac7e33132416113ea76 100644 (file)
@@ -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);
 }