Skip to content

Commit c45e18b

Browse files
committed
crimson/osd/shard_services: PerShardState::dump_ops_in_flight debug
Signed-off-by: Matan Breizman <[email protected]>
1 parent 69fa301 commit c45e18b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/crimson/osd/shard_services.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ PerShardState::PerShardState(
5555

5656
seastar::future<> PerShardState::dump_ops_in_flight(Formatter *f) const
5757
{
58+
LOG_PREFIX(PerShardState::dump_ops_in_flight);
59+
DEBUG("");
5860
registry.for_each_op([f](const auto &op) {
5961
op.dump(f);
6062
});

0 commit comments

Comments
 (0)