Skip to content

Commit a4732b1

Browse files
committed
crimson/osd: fix print format error
Signed-off-by: Myoungwon Oh <[email protected]>
1 parent d2175d2 commit a4732b1

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)