From: Arran Cudbard-Bell Date: Tue, 14 Nov 2023 00:06:15 +0000 (-0600) Subject: Less confusing error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0342ca0ae0f8da65769c052c58956ef71fe7351;p=thirdparty%2Ffreeradius-server.git Less confusing error --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index ddfe4708059..f17a16711e8 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -4392,7 +4392,7 @@ static unlang_t *compile_module(unlang_t *parent, unlang_compile_t *unlang_ctx, * component. */ if (!method) { - cf_log_err(ci, "Failed compiling %s - %s", inst->module->name, fr_strerror()); + cf_log_err(ci, "Failed compiling %s - no method matching calling section found", inst->module->name); return NULL; }