Logging reductions.

This commit is contained in:
JoelKatz
2013-02-19 15:41:03 -08:00
parent 7c7944a82c
commit 4d6bf6fd43
5 changed files with 13 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ bool ValidationCollection::addValidation(SerializedValidation::ref val)
}
}
cLog(lsINFO) << "Val for " << hash << " from " << signer.humanNodePublic()
cLog(lsDEBUG) << "Val for " << hash << " from " << signer.humanNodePublic()
<< " added " << (val->isTrusted() ? "trusted/" : "UNtrusted/") << (isCurrent ? "current" : "stale");
if (val->isTrusted())
theApp->getLedgerMaster().checkAccept(hash);