Skip to content

Commit 3191ada

Browse files
authored
Merge pull request ceph#63460 from myoungwon/wip-fix-wrong-print-format
crimson/osd: fix incorrect format error in log message Reviewed-by: Yingxin Cheng <[email protected]>
2 parents ebf9ec8 + a4732b1 commit 3191ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/osd/replicated_backend.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ void ReplicatedBackend::got_rep_op_reply(const MOSDRepOpReply& reply)
253253
seastar::future<> ReplicatedBackend::stop()
254254
{
255255
LOG_PREFIX(ReplicatedBackend::stop);
256-
INFODPP("cid {}", coll->get_cid());
256+
INFODPP("cid {}", dpp, coll->get_cid());
257257
for (auto& [tid, pending_on] : pending_trans) {
258258
pending_on.all_committed.set_exception(
259259
crimson::common::system_shutdown_exception());

0 commit comments

Comments
 (0)