Commit cc0a64fb authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Call VCL_Panic also from pan_busyobj

parent 2b85c12f
...@@ -295,6 +295,7 @@ pan_busyobj(struct vsb *vsb, const struct busyobj *bo) ...@@ -295,6 +295,7 @@ pan_busyobj(struct vsb *vsb, const struct busyobj *bo)
pan_objcore(vsb, "fetch", bo->fetch_objcore); pan_objcore(vsb, "fetch", bo->fetch_objcore);
if (bo->stale_oc) if (bo->stale_oc)
pan_objcore(vsb, "ims", bo->stale_oc); pan_objcore(vsb, "ims", bo->stale_oc);
VCL_Panic(vsb, bo->vcl);
VSB_indent(vsb, -2); VSB_indent(vsb, -2);
VSB_printf(vsb, "}\n"); VSB_printf(vsb, "}\n");
} }
......
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