Commit 8e7e7fb2 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Include the Varnish version on panic

parent 74cae573
......@@ -468,6 +468,7 @@ pan_ic(const char *func, const char *file, int line, const char *cond,
if (q != NULL)
VSB_printf(pan_vsp, "thread = (%s)\n", q);
VSB_printf(pan_vsp, "version = %s\n", VCS_version);
VSB_printf(pan_vsp, "ident = %s,%s\n",
VSB_data(vident) + 1, WAIT_GetName());
......
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