[master] 4d253f9d7 Polish error message for vext_cache

Nils Goroll nils.goroll at uplex.de
Fri May 24 11:21:05 UTC 2024


commit 4d253f9d7aedcf141c50b07c9c9eecb5f8bdaf99
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri May 24 13:20:51 2024 +0200

    Polish error message for vext_cache

diff --git a/bin/varnishd/mgt/mgt_main.c b/bin/varnishd/mgt/mgt_main.c
index 0db5c6559..5164992e2 100644
--- a/bin/varnishd/mgt/mgt_main.c
+++ b/bin/varnishd/mgt/mgt_main.c
@@ -876,7 +876,7 @@ main(int argc, char * const *argv)
 	}
 
 	if (arg_list_count("E") &&
-	    VJ_make_subdir("vext_cache", "VMOD cache", NULL)) {
+	    VJ_make_subdir("vext_cache", "VEXT cache", NULL)) {
 		ARGV_ERR(
 		    "Cannot create vmod directory (%s/vext_cache): %s\n",
 		    workdir, VAS_errtxt(errno));


More information about the varnish-commit mailing list