]> 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)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 8 May 2024 07:10:04 +0000 (10:10 +0300)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
(cherry picked from commit de2e66723586d2e9c5fd838e5199547b0d2d5f4f)

src/crimson/osd/shard_services.cc

index 604c045eb9b86d743addde22b7c6b06489b8d1fd..c66434dd04b8f3c9819b749fe9739766de67503c 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();