]> 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 12:04:47 +0000 (14:04 +0200)
src/main/modcall.c

index 3f22f3cd9ea421d701e328526fb7647cae71b8af..dfc3ba72edc38bba54d3ee556afa35e95660b696 100644 (file)
@@ -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);