]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#7080 Fix debug message
authorOndřej Kuzník <ondra@mistotebe.net>
Thu, 13 Jan 2022 09:44:15 +0000 (09:44 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 18 Jan 2022 18:31:32 +0000 (18:31 +0000)
servers/slapd/bconfig.c

index 7b6840be3b1288e54305a71285cf9a080de64e56..49a6b3ff1491131c7e4599f38f341b115ced526e 100644 (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 ) {