From de2e66723586d2e9c5fd838e5199547b0d2d5f4f Mon Sep 17 00:00:00 2001 From: Yingxin Cheng Date: Wed, 20 Mar 2024 15:20:57 +0800 Subject: [PATCH] crimson/osd/shard_services: fix log Signed-off-by: Yingxin Cheng --- src/crimson/osd/shard_services.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crimson/osd/shard_services.cc b/src/crimson/osd/shard_services.cc index c694dba7f11..a8da40210e1 100644 --- a/src/crimson/osd/shard_services.cc +++ b/src/crimson/osd/shard_services.cc @@ -183,7 +183,7 @@ seastar::future<> OSDSingletonState::osdmap_subscribe( version_t epoch, bool force_request) { LOG_PREFIX(OSDSingletonState::osdmap_subscribe); - INFO("epoch {}"); + INFO("epoch {}", epoch); if (monc.sub_want_increment("osdmap", epoch, CEPH_SUBSCRIBE_ONETIME) || force_request) { return monc.renew_subs(); -- 2.47.3