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

Dump the VCL temperature in panics

parent 1cd42e83
......@@ -88,6 +88,7 @@ VCL_Panic(struct vsb *vsb, const struct vcl *vcl)
return;
VSB_printf(vsb, "vcl = {\n");
VSB_indent(vsb, 2);
VSB_printf(vsb, "temp = %s\n", vcl->temp);
VSB_printf(vsb, "srcname = {\n");
VSB_indent(vsb, 2);
for (i = 0; i < vcl->conf->nsrc; ++i)
......
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