From: Howard Chu Date: Wed, 10 Oct 2007 05:17:49 +0000 (+0000) Subject: Quiet request logging X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~527 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5418b5164393ff291d2697cdbe6452f8d008de76;p=openldap Quiet request logging --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index 0a20a81811..6cb3a620a0 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -900,7 +900,7 @@ nextresp2: { id = lr->lr_msgid; tag = lr->lr_res_msgtype; - Debug( LDAP_DEBUG_ANY, "request done: ld %p msgid %ld\n", + Debug( LDAP_DEBUG_TRACE, "request done: ld %p msgid %ld\n", (void *)ld, (long) id, 0 ); Debug( LDAP_DEBUG_TRACE, "res_errno: %d, res_error: <%s>, "