Commit 81138bf5 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Log the keep value rather than -1

Useful if default_keep is not the default (0).
parent dde9cd60
......@@ -199,7 +199,7 @@ RFC2616_Ttl(struct busyobj *bo, double now, double *t_origin,
VSLb(bo->vsl, SLT_TTL,
"RFC %.0f %.0f %.0f %.0f %.0f %.0f %.0f %u",
*ttl, *grace, -1., now,
*ttl, *grace, *keep, now,
*t_origin, h_date, h_expires, max_age);
}
......
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