Logging reductions.

This commit is contained in:
JoelKatz
2013-02-19 15:41:03 -08:00
parent 7c7944a82c
commit 4d6bf6fd43
5 changed files with 13 additions and 8 deletions

View File

@@ -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;