]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/shard_services: fix log
authorYingxin Cheng <yingxin.cheng@intel.com>
Wed, 20 Mar 2024 07:20:57 +0000 (15:20 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Wed, 20 Mar 2024 07:20:57 +0000 (15:20 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/osd/shard_services.cc

index c694dba7f11011f2c7b29803edf9cbf5fecda5cf..a8da40210e1e75e19e4b67a2cb66c08c54d29bb9 100644 (file)
@@ -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();