From fb2e7b9cd326c8351e6c8cf90a29cea08e66ca5f Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 4 Aug 2006 19:42:37 +0000 Subject: [PATCH] Use id for printing git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@642 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_center.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_center.c b/varnish-cache/bin/varnishd/cache_center.c index 790443fc..57e32fb1 100644 --- a/varnish-cache/bin/varnishd/cache_center.c +++ b/varnish-cache/bin/varnishd/cache_center.c @@ -106,7 +106,7 @@ cnt_done(struct sess *sp) 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); -- 2.39.5