diff --git a/src/NetworkOPs.cpp b/src/NetworkOPs.cpp index 09239e69f..6cf1e4be4 100644 --- a/src/NetworkOPs.cpp +++ b/src/NetworkOPs.cpp @@ -864,7 +864,7 @@ std::vector bool NetworkOPs::recvValidation(const SerializedValidation::pointer& val) { - cLog(lsINFO) << "recvValidation " << val->getLedgerHash(); + cLog(lsDEBUG) << "recvValidation " << val->getLedgerHash(); return theApp->getValidations().addValidation(val); }