mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reduce some logging severity
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user