Commit 068ba48f authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Missing closing bracket

parent ddd9f277
......@@ -120,7 +120,7 @@ ved_include(struct req *preq, const char *src, const char *host,
if (preq->esi_level >= cache_param->max_esi_depth) {
VSLb(preq->vsl, SLT_VCL_Error,
"ESI depth limit reach (param max_esi_depth = %u",
"ESI depth limit reach (param max_esi_depth = %u)",
cache_param->max_esi_depth);
return;
}
......
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