From: Alan T. DeKok Date: Wed, 19 Oct 2011 12:04:47 +0000 (+0200) Subject: Clean up error message so it makes more sense X-Git-Tag: release_3_0_0_beta0~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6556a91142db79a6c735087dddd06f7b89107b;p=thirdparty%2Ffreeradius-server.git Clean up error message so it makes more sense --- diff --git a/src/main/modcall.c b/src/main/modcall.c index d9a04407b2a..82805317aaf 100644 --- a/src/main/modcall.c +++ b/src/main/modcall.c @@ -2134,7 +2134,7 @@ static modcallable *do_compile_modsingle(modcallable *parent, } *modname = NULL; - cf_log_err(ci, "Failed to load module \"%s\".", modrefname); + cf_log_err(ci, "Failed to find \"%s\" in the \"modules\" section.", modrefname); return NULL; } while (0);