]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: fix print format error 63460/head
authormyoungwon oh <ohmyoungwon@gmail.com>
Fri, 23 May 2025 14:15:24 +0000 (14:15 +0000)
committermyoungwon oh <ohmyoungwon@gmail.com>
Fri, 23 May 2025 14:15:24 +0000 (14:15 +0000)
Signed-off-by: Myoungwon Oh <ohmyoungwon@gmail.com>
src/crimson/osd/replicated_backend.cc

index 120c9da08e83ac3d5180b73fbb76a94a1cf18878..a62ebaae3dd0665c59fddbf5ccd70034188d38d0 100644 (file)
@@ -253,7 +253,7 @@ void ReplicatedBackend::got_rep_op_reply(const MOSDRepOpReply& reply)
 seastar::future<> ReplicatedBackend::stop()
 {
   LOG_PREFIX(ReplicatedBackend::stop);
-  INFODPP("cid {}", coll->get_cid());
+  INFODPP("cid {}", dpp, coll->get_cid());
   for (auto& [tid, pending_on] : pending_trans) {
     pending_on.all_committed.set_exception(
        crimson::common::system_shutdown_exception());