diff --git a/src/ripple/app/consensus/RCLValidations.cpp b/src/ripple/app/consensus/RCLValidations.cpp index 415f754f5d..0fcf0660bf 100644 --- a/src/ripple/app/consensus/RCLValidations.cpp +++ b/src/ripple/app/consensus/RCLValidations.cpp @@ -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]() {