Skip to content

Commit 161c8b7

Browse files
committed
crimson/.../object_context_loader: add missing dpp argument to debug statement
Signed-off-by: Samuel Just <[email protected]>
1 parent 822c7d9 commit 161c8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/osd/object_context_loader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ using crimson::common::local_conf;
5656
bool resolve_clone)
5757
{
5858
LOG_PREFIX(ObjectContextLoader::with_clone_obc_only);
59-
DEBUGDPP("{}", clone_oid);
59+
DEBUGDPP("{}", dpp, clone_oid);
6060
assert(!clone_oid.is_head());
6161
if (resolve_clone) {
6262
auto resolved_oid = resolve_oid(head->get_head_ss(), clone_oid);

0 commit comments

Comments
 (0)