Reduce some logging severity

This commit is contained in:
JoelKatz
2015-07-27 14:56:37 -07:00
committed by Nik Bougalis
parent cfdf0d2f0a
commit 38c6083a2f

View File

@@ -666,7 +666,7 @@ loadLedgerHelper(std::string const& sqlSuffix)
if (!db->got_data ()) if (!db->got_data ())
{ {
WriteLog (lsINFO, Ledger) << "Ledger not found: " << sqlSuffix; WriteLog (lsDEBUG, Ledger) << "Ledger not found: " << sqlSuffix;
return std::make_tuple (Ledger::pointer (), ledgerSeq, ledgerHash); return std::make_tuple (Ledger::pointer (), ledgerSeq, ledgerHash);
} }