Fix error message for people who don't understand it
authorAlan T. DeKok <aland@freeradius.org>
Tue, 27 Apr 2010 16:53:17 +0000 (18:53 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 29 Apr 2010 08:19:17 +0000 (10:19 +0200)
src/main/modcall.c

index bcd0e24..02ce2ab 100644 (file)
@@ -1930,7 +1930,7 @@ static modcallable *do_compile_modsingle(modcallable *parent,
                }
                
                *modname = NULL;
-               cf_log_err(ci, "Failed to find module \"%s\".", modrefname);
+               cf_log_err(ci, "Failed to load module \"%s\".", modrefname);
                return NULL;
        } while (0);