Skip to content

Commit 583cb17

Browse files
committed
crimson/osd/object_context_loader: with_head_obc to log existed
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
1 parent 5b5d2ea commit 583cb17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/crimson/osd/object_context_loader.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ using crimson::common::local_conf;
1414
{
1515
LOG_PREFIX(ObjectContextLoader::with_head_obc);
1616
auto [obc, existed] = obc_registry.get_cached_obc(oid);
17-
DEBUGDPP("object {}", dpp, obc->get_oid());
17+
DEBUGDPP("object {} existed {}",
18+
dpp, obc->get_oid(), existed);
1819
assert(obc->is_head());
1920
obc->append_to(obc_set_accessing);
2021
return obc->with_lock<State, IOInterruptCondition>(

0 commit comments

Comments
 (0)