Polish error message

parent d0e12c7f
......@@ -125,7 +125,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 reached (param max_esi_depth = %u)",
cache_param->max_esi_depth);
if (!ecx->incl_cont)
preq->top->topreq->vdc->retval = -1;
......
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