Reduce log chattiness.

This commit is contained in:
JoelKatz
2012-10-28 18:37:07 -07:00
parent fc217f00b8
commit b00b7c3946

View File

@@ -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();
}