mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Logging reductions.
This commit is contained in:
@@ -455,7 +455,7 @@ void LedgerMaster::tryPublish()
|
||||
{
|
||||
for (uint32 seq = mPubLedger->getLedgerSeq() + 1; seq <= mValidLedger->getLedgerSeq(); ++seq)
|
||||
{
|
||||
cLog(lsDEBUG) << "Trying to publish ledger " << seq;
|
||||
cLog(lsTRACE) << "Trying to publish ledger " << seq;
|
||||
|
||||
Ledger::pointer ledger;
|
||||
uint256 hash;
|
||||
|
||||
Reference in New Issue
Block a user