r642 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Fri Aug 4 21:42:37 CEST 2006


Author: phk
Date: 2006-08-04 21:42:37 +0200 (Fri, 04 Aug 2006)
New Revision: 642

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
Use id for printing


Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2006-08-04 19:36:50 UTC (rev 641)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2006-08-04 19:42:37 UTC (rev 642)
@@ -106,7 +106,7 @@
 	dh = cnt_dt(&sp->t_open, &sp->t_req);
 	dp = cnt_dt(&sp->t_req, &sp->t_resp);
 	da = cnt_dt(&sp->t_resp, &te);
-	VSL(SLT_ReqServTime, sp->fd, "%u %ld.%09ld %.9f %.9f %.9f",
+	VSL(SLT_ReqServTime, sp->id, "%u %ld.%09ld %.9f %.9f %.9f",
 	    sp->xid, (long)sp->t_req.tv_sec, (long)sp->t_req.tv_nsec,
 	    dh, dp, da);
 




More information about the varnish-commit mailing list