Adjust verbosity of log messages

This commit is contained in:
Nik Bougalis
2021-11-11 00:43:21 -08:00
parent ef60ac8348
commit 35e0ab4280

View File

@@ -190,8 +190,8 @@ handleNewValidation(
// so that our peers will also observe them and take independent notice of
// such validators, informing their operators.
if (auto const ls = val->isTrusted()
? validations.adaptor().journal().fatal()
: validations.adaptor().journal().warn();
? validations.adaptor().journal().error()
: validations.adaptor().journal().info();
ls.active())
{
auto const id = [&masterKey, &signingKey]() {