Commit db889c90 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

eliminate debugging


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@495 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 413b69e6
......@@ -118,10 +118,7 @@ SES_ChargeBytes(struct sess *sp, uint64_t bytes)
sa = sp->srcaddr;
now = time(NULL);
AZ(pthread_mutex_lock(&ses_mtx));
VSL(SLT_Debug, 0, "%ju", bytes);
VSL(SLT_Debug, 0, "%ju", sa->bytes);
sa->bytes += bytes;
VSL(SLT_Debug, 0, "%ju", sa->bytes);
sa->ttl = now + CLIENT_TTL;
TAILQ_REMOVE(sa->sah, sa, list);
TAILQ_INSERT_TAIL(sa->sah, sa, list);
......
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