From: Yingxin Cheng Date: Wed, 20 Mar 2024 07:20:57 +0000 (+0800) Subject: crimson/osd/shard_services: fix log X-Git-Tag: v20.0.0~2298^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=de2e66723586d2e9c5fd838e5199547b0d2d5f4f;p=ceph.git crimson/osd/shard_services: fix log Signed-off-by: Yingxin Cheng --- diff --git a/src/crimson/osd/shard_services.cc b/src/crimson/osd/shard_services.cc index c694dba7f1101..a8da40210e1e7 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();