mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#7080 Move slap_read_controls Debug message to STATS
This commit is contained in:
parent
62cad4e647
commit
5e4f1e862f
@ -1806,7 +1806,7 @@ int slap_read_controls(
|
|||||||
LDAPControl c;
|
LDAPControl c;
|
||||||
Operation myop;
|
Operation myop;
|
||||||
|
|
||||||
Debug( LDAP_DEBUG_ANY, "%s slap_read_controls: (%s) %s\n",
|
Debug( LDAP_DEBUG_STATS, "%s slap_read_controls: (%s) %s\n",
|
||||||
op->o_log_prefix, oid->bv_val, e->e_dn );
|
op->o_log_prefix, oid->bv_val, e->e_dn );
|
||||||
|
|
||||||
rs->sr_entry = e;
|
rs->sr_entry = e;
|
||||||
|
Loading…
Reference in New Issue
Block a user