[master] 903611966 Polish error message

Nils Goroll nils.goroll at uplex.de
Mon Jun 12 18:38:10 UTC 2023


commit 903611966b88aa464d22a9867411f31790b505f9
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Jun 12 20:32:24 2023 +0200

    Polish error message

diff --git a/bin/varnishd/cache/cache_esi_deliver.c b/bin/varnishd/cache/cache_esi_deliver.c
index 82e6bc7a1..b543e2a62 100644
--- a/bin/varnishd/cache/cache_esi_deliver.c
+++ b/bin/varnishd/cache/cache_esi_deliver.c
@@ -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;


More information about the varnish-commit mailing list