]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Loading modules is a debug message
authorAlan T. DeKok <aland@freeradius.org>
Mon, 1 Jun 2015 14:29:06 +0000 (10:29 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 1 Jun 2015 14:29:06 +0000 (10:29 -0400)
src/modules/rlm_cache/rlm_cache.c

index 42e2b92ed9bab0566f544d078d4cbcf1e4ca9bbe..16ecd5feeb67bb62081a59612c438540d0bea824 100644 (file)
@@ -726,8 +726,8 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance)
                return -1;
        }
 
-       INFO("rlm_cache (%s): Driver %s (module %s) loaded and linked", inst->name,
-            inst->driver_name, inst->module->name);
+       DEBUG("rlm_cache (%s): Driver %s (module %s) loaded and linked", inst->name,
+             inst->driver_name, inst->module->name);
 
        /*
         *      Non optional fields and callbacks