Reduce logging level.

This commit is contained in:
JoelKatz
2013-06-25 20:58:07 -07:00
parent 2bc0ef9e43
commit 7de647e1dc

View File

@@ -307,7 +307,7 @@ private:
(valPriorLedger && (it->second->getLedgerHash () == priorLedger))))
{
countPreferred = true;
WriteLog (lsDEBUG, Validations) << "Counting for " << currentLedger << " not " << it->second->getLedgerHash ();
WriteLog (lsTRACE, Validations) << "Counting for " << currentLedger << " not " << it->second->getLedgerHash ();
}
currentValidationCount& p = countPreferred ? ret[currentLedger] : ret[it->second->getLedgerHash ()];