From: Eric Covener Date: Mon, 24 Jun 2013 19:44:38 +0000 (+0000) Subject: Drop severity of "LDAP: Setting referrals to ON" from DEBUG to TRACE4 X-Git-Tag: 2.5.0-alpha~5303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b62a40777968359b796f16c0854140a304851352;p=apache Drop severity of "LDAP: Setting referrals to ON" from DEBUG to TRACE4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1496178 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index fcc56cd13b..9326add09a 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -373,7 +373,7 @@ static int uldap_connection_init(request_rec *r, if (ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) { /* Set options for rebind and referrals. */ - ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, APLOGNO(01278) + ap_log_error(APLOG_MARK, APLOG_TRACE4, 0, r->server, APLOGNO(01278) "LDAP: Setting referrals to %s.", ((ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) ? "On" : "Off")); apr_ldap_set_option(r->pool, ldc->ldap,