Correct chatty log.

This commit is contained in:
JoelKatz
2013-03-12 00:53:02 -07:00
parent 8874dd3f01
commit b9433d4780

View File

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