mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#7080 Move slap_read_controls Debug message to STATS
This commit is contained in:
parent
62cad4e647
commit
5e4f1e862f
1 changed files with 1 additions and 1 deletions
|
|
@ -1806,7 +1806,7 @@ int slap_read_controls(
|
|||
LDAPControl c;
|
||||
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 );
|
||||
|
||||
rs->sr_entry = e;
|
||||
|
|
|
|||
Loading…
Reference in a new issue