From 35e0ab4280f024b98b97838624a4075283221a2e Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Thu, 11 Nov 2021 00:43:21 -0800 Subject: [PATCH] Adjust verbosity of log messages --- src/ripple/app/consensus/RCLValidations.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]() {