mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Reduce log chattiness.
This commit is contained in:
@@ -453,7 +453,7 @@ Ledger::pointer Ledger::getSQL(const std::string& sql)
|
||||
|
||||
if (!db->executeSQL(sql) || !db->startIterRows())
|
||||
{
|
||||
cLog(lsWARNING) << "No ledger for query: " << sql;
|
||||
cLog(lsDEBUG) << "No ledger for query: " << sql;
|
||||
return Ledger::pointer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user