]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/.../object_context_loader: add missing dpp argument to debug statement 57977/head
authorSamuel Just <sjust@redhat.com>
Fri, 21 Jun 2024 01:54:58 +0000 (18:54 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 24 Jun 2024 00:54:03 +0000 (17:54 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/object_context_loader.cc

index f7a248f1314169fbd108a6a20d090b0e39669637..8ecb1d4b8efbcf9544e0a10cd8667a7725ba6f7b 100644 (file)
@@ -56,7 +56,7 @@ using crimson::common::local_conf;
                                            bool resolve_clone)
   {
     LOG_PREFIX(ObjectContextLoader::with_clone_obc_only);
-    DEBUGDPP("{}", clone_oid);
+    DEBUGDPP("{}", dpp, clone_oid);
     assert(!clone_oid.is_head());
     if (resolve_clone) {
       auto resolved_oid = resolve_oid(head->get_head_ss(), clone_oid);