mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix LDAP_LOG arg
This commit is contained in:
parent
4e01c67966
commit
22e88ffb75
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ retry: /* transaction retry */
|
|||
/* newSuperior == oldParent? */
|
||||
if( dn_match( &p_ndn, nnewSuperior ) ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( BACK_LDBM, INFO, "bdb_back_modrdn: "
|
||||
LDAP_LOG( BACK_BDB, INFO, "bdb_back_modrdn: "
|
||||
"new parent \"%s\" same as the old parent \"%s\"\n",
|
||||
newSuperior->bv_val, p_dn.bv_val, 0 );
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue