Commit f5bde4bc authored by Nils Goroll's avatar Nils Goroll Committed by Geoff Simmons

typo

parent 08cf7aef
......@@ -317,7 +317,7 @@ vped_include(struct req *preq, const char *src, const char *host,
if ((unsigned)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);
return (-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