ITS#7080 Fix debug message

This commit is contained in:
Ondřej Kuzník 2022-01-13 09:44:15 +00:00 committed by Quanah Gibson-Mount
parent 6ccc0974e1
commit 67f7f98ca5

View file

@ -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 ) {