From: Arran Cudbard-Bell Date: Thu, 11 Sep 2014 12:32:12 +0000 (-0400) Subject: API error should probably be debug X-Git-Tag: release_3_0_5~562 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e2049b531012f7c138da14c8473fcbcdadf76d;p=thirdparty%2Ffreeradius-server.git API error should probably be debug --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 63c1cfd9855..9592656c901 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -582,8 +582,8 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance) ldap_memfree(info.ldapai_vendor_name); ldap_memfree(info.ldapai_extensions); } else { - WARN("rlm_ldap: Falling back to build time libldap version info. Query for LDAP_OPT_API_INFO " - "returned: %i", ldap_errno); + DEBUG("rlm_ldap: Falling back to build time libldap version info. Query for LDAP_OPT_API_INFO " + "returned: %i", ldap_errno); INFO("rlm_ldap: libldap vendor: %s version: %i", LDAP_VENDOR_NAME, LDAP_VENDOR_VERSION); } }