mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 06:43:09 -05:00
Merge remote branch 'origin/mdb.master'
This commit is contained in:
commit
3743a5a68e
1 changed files with 1 additions and 1 deletions
|
|
@ -4992,7 +4992,7 @@ mdb_node_move(MDB_cursor *csrc, MDB_cursor *cdst)
|
|||
rc = mdb_update_key(cdst->mc_pg[cdst->mc_top], 0, &bkey);
|
||||
}
|
||||
|
||||
XPRINTF("moving %s node %u [%s] on page %zu to node %u on page %zu",
|
||||
DPRINTF("moving %s node %u [%s] on page %zu to node %u on page %zu",
|
||||
IS_LEAF(csrc->mc_pg[csrc->mc_top]) ? "leaf" : "branch",
|
||||
csrc->mc_ki[csrc->mc_top],
|
||||
DKEY(&key),
|
||||
|
|
|
|||
Loading…
Reference in a new issue