Commit 8fd9d8d4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

log StatAddr with fd=0 to avoid out-of-order confusion


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@610 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 39ffd5d3
......@@ -146,7 +146,7 @@ SES_Charge(struct sess *sp)
AZ(pthread_mutex_lock(&ses_mtx));
ses_sum_acct(b, a);
VSL(SLT_StatAddr, sp->id, "%s 0 %d %ju %ju %ju %ju %ju %ju %ju",
VSL(SLT_StatAddr, 0, "%s 0 %d %ju %ju %ju %ju %ju %ju %ju",
sp->srcaddr->addr, time(NULL) - b->first,
b->sess, b->req, b->pipe, b->pass,
b->fetch, b->hdrbytes, b->bodybytes);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment