From: Arran Cudbard-Bell Date: Sat, 20 Jan 2024 02:17:15 +0000 (-0600) Subject: Wordsmithing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3b1a7e0dd3797d4ac92e1c32a3eebe2b4ad993;p=thirdparty%2Ffreeradius-server.git Wordsmithing --- diff --git a/src/lib/unlang/call_env.c b/src/lib/unlang/call_env.c index 78c28e7c239..c1940824780 100644 --- a/src/lib/unlang/call_env.c +++ b/src/lib/unlang/call_env.c @@ -399,7 +399,7 @@ static int call_env_parse(TALLOC_CTX *ctx, call_env_parsed_head_t *parsed, char if (!cp && !rule->pair.dflt) { if (!call_env_required(rule->flags)) goto next; - cf_log_err(cs, "Module %s missing required option %s", name, rule->name); + cf_log_err(cs, "Missing required config item '%s'", rule->name); return -1; }