Skip to content

Commit de2e667

Browse files
committed
crimson/osd/shard_services: fix log
Signed-off-by: Yingxin Cheng <[email protected]>
1 parent b35ed71 commit de2e667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/osd/shard_services.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ seastar::future<> OSDSingletonState::osdmap_subscribe(
183183
version_t epoch, bool force_request)
184184
{
185185
LOG_PREFIX(OSDSingletonState::osdmap_subscribe);
186-
INFO("epoch {}");
186+
INFO("epoch {}", epoch);
187187
if (monc.sub_want_increment("osdmap", epoch, CEPH_SUBSCRIBE_ONETIME) ||
188188
force_request) {
189189
return monc.renew_subs();

0 commit comments

Comments
 (0)