]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Clean up error message so it makes more sense
authorAlan T. DeKok <aland@freeradius.org>
Wed, 19 Oct 2011 12:04:47 +0000 (14:04 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 19 Oct 2011 15:31:11 +0000 (17:31 +0200)
src/main/modcall.c

index d9a04407b2a588fa13a27c9c65690e24f6abcd76..82805317aafa319c8a3ed8fb6bad9d66020c6615 100644 (file)
@@ -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);