From a389c319e07da702d0fc5432d046f7d5cc8cb7e4 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Sun, 29 Jan 2023 22:16:25 -0800 Subject: [PATCH] crimson/osd/osd_operations/client_request: clarify get_obc stage message Signed-off-by: Samuel Just --- src/crimson/osd/osd_operations/client_request.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crimson/osd/osd_operations/client_request.cc b/src/crimson/osd/osd_operations/client_request.cc index 87f28a482d2a9..8919637f15799 100644 --- a/src/crimson/osd/osd_operations/client_request.cc +++ b/src/crimson/osd/osd_operations/client_request.cc @@ -226,7 +226,7 @@ ClientRequest::process_op(instance_handle_t &ihref, Ref &pg) return ihref.enter_stage(pp(*pg).get_obc, *this ).then_interruptible( [this, pg, &ihref]() mutable -> PG::load_obc_iertr::future<> { - logger().debug("{}: got obc lock", *this); + logger().debug("{}: in get_obc stage", *this); op_info.set_from_op(&*m, *pg->get_osdmap()); return pg->with_locked_obc( m->get_hobj(), op_info, -- 2.39.5