mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#7080 Fix debug message
This commit is contained in:
parent
6ccc0974e1
commit
67f7f98ca5
1 changed files with 1 additions and 1 deletions
|
|
@ -5814,7 +5814,7 @@ config_back_add( Operation *op, SlapReply *rs )
|
|||
if ( slap_read_controls( op, rs, op->ora_e,
|
||||
&slap_post_read_bv, postread_ctrl ) )
|
||||
{
|
||||
Debug( LDAP_DEBUG_ANY, "ldif_back_modify: "
|
||||
Debug( LDAP_DEBUG_ANY, "config_back_add: "
|
||||
"post-read failed \"%s\"\n",
|
||||
op->ora_e->e_name.bv_val );
|
||||
if ( op->o_postread & SLAP_CONTROL_CRITICAL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue