diff --git a/src/cpp/ripple/ripple_Validations.cpp b/src/cpp/ripple/ripple_Validations.cpp index f29174136..29943266d 100644 --- a/src/cpp/ripple/ripple_Validations.cpp +++ b/src/cpp/ripple/ripple_Validations.cpp @@ -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 ()];