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

Also enable VCL_trace in vcl_init/fini which doesn't have buffered vsl.

parent 778dbd1d
......@@ -521,6 +521,9 @@ VRT_count(VRT_CTX, unsigned u)
if (ctx->vsl != NULL)
VSLb(ctx->vsl, SLT_VCL_trace, "%u %u.%u", u,
ctx->vcl->conf->ref[u].line, ctx->vcl->conf->ref[u].pos);
else
VSL(SLT_VCL_trace, 0, "%u %u.%u", u,
ctx->vcl->conf->ref[u].line, ctx->vcl->conf->ref[u].pos);
}
VCL_VCL
......
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