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_2_2_0~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e131c8278bb76cb93f7736452f0ba1d5dd8d4890;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 3f22f3cd9ea..dfc3ba72edc 100644 --- a/src/main/modcall.c +++ b/src/main/modcall.c @@ -1957,7 +1957,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);