r250 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Wed Jun 28 18:14:19 CEST 2006


Author: phk
Date: 2006-06-28 18:14:19 +0200 (Wed, 28 Jun 2006)
New Revision: 250

Modified:
   trunk/varnish-cache/bin/varnishd/cache_vrt.c
Log:
Apply correct fd in Shmemlog


Modified: trunk/varnish-cache/bin/varnishd/cache_vrt.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_vrt.c	2006-06-28 16:04:33 UTC (rev 249)
+++ trunk/varnish-cache/bin/varnishd/cache_vrt.c	2006-06-28 16:14:19 UTC (rev 250)
@@ -36,7 +36,7 @@
 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);
 }




More information about the varnish-commit mailing list