mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
crimson/os/seastore/.../lba_btree: fix logging for LBABtree::handle_split
Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
parent
ed9d0b4417
commit
157ad2aab6
@ -493,7 +493,7 @@ LBABtree::handle_split_ret LBABtree::handle_split(
|
||||
op_context_t c,
|
||||
iterator &iter)
|
||||
{
|
||||
LOG_PREFIX(LBATree::insert);
|
||||
LOG_PREFIX(LBATree::handle_split);
|
||||
|
||||
depth_t split_from = iter.check_split();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user