We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35ed71 commit de2e667Copy full SHA for de2e667
src/crimson/osd/shard_services.cc
@@ -183,7 +183,7 @@ seastar::future<> OSDSingletonState::osdmap_subscribe(
183
version_t epoch, bool force_request)
184
{
185
LOG_PREFIX(OSDSingletonState::osdmap_subscribe);
186
- INFO("epoch {}");
+ INFO("epoch {}", epoch);
187
if (monc.sub_want_increment("osdmap", epoch, CEPH_SUBSCRIBE_ONETIME) ||
188
force_request) {
189
return monc.renew_subs();
0 commit comments