Reduce debug.

This commit is contained in:
JoelKatz
2012-10-22 14:01:06 -07:00
parent c08db57b2b
commit 2f2f09b4fc

View File

@@ -864,7 +864,7 @@ std::vector<NewcoinAddress>
bool NetworkOPs::recvValidation(const SerializedValidation::pointer& val)
{
cLog(lsINFO) << "recvValidation " << val->getLedgerHash();
cLog(lsDEBUG) << "recvValidation " << val->getLedgerHash();
return theApp->getValidations().addValidation(val);
}