mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Quiet request logging
This commit is contained in:
parent
a3c69266de
commit
5418b51643
1 changed files with 1 additions and 1 deletions
|
|
@ -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>, "
|
||||
|
|
|
|||
Loading…
Reference in a new issue