Reduce severity of some logging messages

This commit is contained in:
JoelKatz
2015-05-12 09:33:06 -07:00
committed by Vinnie Falco
parent 688f8c5f3f
commit a15785eb64
4 changed files with 4 additions and 4 deletions

View File

@@ -1460,7 +1460,7 @@ uint256 Ledger::getLedgerHash (std::uint32_t ledgerIndex)
if ((ledgerIndex & 0xff) != 0)
{
WriteLog (lsWARNING, Ledger) << "Can't get seq " << ledgerIndex
WriteLog (lsDEBUG, Ledger) << "Can't get seq " << ledgerIndex
<< " from " << mLedgerSeq << " past";
return uint256 ();
}