]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Wordsmithing
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 20 Jan 2024 02:17:15 +0000 (20:17 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 20 Jan 2024 02:17:15 +0000 (20:17 -0600)
src/lib/unlang/call_env.c

index 78c28e7c239c0d66acd98c93082dc3eb8c36fb93..c1940824780ab8224d1e15b3de03f89ba3ce2ea8 100644 (file)
@@ -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;
                }