mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo in 7bc62c5128
This commit is contained in:
parent
7bc62c5128
commit
2ccf0d58b2
@ -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 New Issue
Block a user