Skip to content

Commit

Permalink
Log inbound ledgers size when getting fetch pack.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrippled committed Aug 23, 2024
1 parent 977b182 commit c2df254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrpld/app/ledger/detail/InboundLedgers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ class InboundLedgersImp : public InboundLedgers
JLOG(j_.debug()) << "InboundLedgers lock7";
ScopedLockType sl(mLock);
JLOG(j_.debug()) << "InboundLedgers locked7";
JLOG(j_.debug()) << "InboundLedgers size " << mLedgers.size();

acquires.reserve(mLedgers.size());
for (auto const& it : mLedgers)
Expand Down

0 comments on commit c2df254

Please sign in to comment.