mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Adjust verbosity of log messages
This commit is contained in:
@@ -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]() {
|
||||
|
||||
Reference in New Issue
Block a user