]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore/block: fix log
authorYingxin Cheng <yingxin.cheng@intel.com>
Mon, 29 Jul 2024 08:39:49 +0000 (16:39 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Mon, 29 Jul 2024 08:48:03 +0000 (16:48 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/os/seastore/segment_manager/block.cc

index 4eb8d60b21c3b31824096dbc531da462f92d82ea..0ab0531c7ad1dd20b032a0e0bd9b72372a8e39ac 100644 (file)
@@ -236,7 +236,7 @@ block_sm_superblock_t make_superblock(
        uint64_t(config_segment_size),
        data.block_size);
   for (unsigned int i = 0; i < seastar::smp::count; i++) {
-    INFO("shard {} infos:", i, shard_infos[i]);
+    INFO("shard {} infos: {}", i, shard_infos[i]);
   }
 
   return block_sm_superblock_t{