]> granicus.if.org Git - apache/commitdiff
Drop severity of "LDAP: Setting referrals to ON" from DEBUG to TRACE4
authorEric Covener <covener@apache.org>
Mon, 24 Jun 2013 19:44:38 +0000 (19:44 +0000)
committerEric Covener <covener@apache.org>
Mon, 24 Jun 2013 19:44:38 +0000 (19:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1496178 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index fcc56cd13b905c740d3bc5460314121d42efb7c3..9326add09a0ac40b292afb7444e086636a5f2de6 100644 (file)
@@ -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,