More descriptive error message
authoraland <aland>
Tue, 30 May 2006 17:03:46 +0000 (17:03 +0000)
committeraland <aland>
Tue, 30 May 2006 17:03:46 +0000 (17:03 +0000)
src/main/modcall.c

index e366c4f..f0373d2 100644 (file)
@@ -1061,7 +1061,7 @@ static modcallable *do_compile_modsingle(int component, CONF_ITEM *ci,
        }
        if (!this) {
                *modname = NULL;
-               radlog(L_ERR|L_CONS, "%s[%d] Unknown module \"%s\".", filename,
+               radlog(L_ERR|L_CONS, "%s[%d] Failed to find module \"%s\".", filename,
                       lineno, modrefname);
                return NULL;
        }