More debug of some validations to make sure suppression is working right.

This commit is contained in:
JoelKatz
2013-03-20 22:56:19 -07:00
parent 1bb83a3506
commit ec4118a25a

View File

@@ -52,7 +52,8 @@ bool ValidationCollection::addValidation(SerializedValidation::ref val)
}
else
{
cLog(lsINFO) << "Node " << signer.humanNodePublic() << " not in UNL";
cLog(lsDEBUG) << "Node " << signer.humanNodePublic() << " not in UNL st=" << val->getSignTime() <<
", hash=" << val->getLedgerHash() << ", shash=" << val->getSigningHash();
}
uint256 hash = val->getLedgerHash();