From: Alan T. DeKok Date: Mon, 1 Jun 2015 14:29:06 +0000 (-0400) Subject: Loading modules is a debug message X-Git-Tag: release_3_0_9~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa6638b2d38a29560656a22d3000f301061d2445;p=thirdparty%2Ffreeradius-server.git Loading modules is a debug message --- diff --git a/src/modules/rlm_cache/rlm_cache.c b/src/modules/rlm_cache/rlm_cache.c index 42e2b92ed9b..16ecd5feeb6 100644 --- a/src/modules/rlm_cache/rlm_cache.c +++ b/src/modules/rlm_cache/rlm_cache.c @@ -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