Reduce logging.

This commit is contained in:
JoelKatz
2013-04-25 11:11:27 -07:00
parent 494202fbcf
commit cc9268ac79

View File

@@ -150,7 +150,7 @@ bool LedgerAcquire::tryLocal()
{
if (mLedger->getTransHash().isZero())
{
cLog(lsDEBUG) << "No TXNs to fetch";
cLog(lsTRACE) << "No TXNs to fetch";
mHaveTransactions = true;
}
else