From d8313288ada1dd7052a0e4d5d1e4c35a9a8d6425 Mon Sep 17 00:00:00 2001 From: seelabs Date: Fri, 23 Jun 2017 17:57:29 -0400 Subject: [PATCH] Log invariant check messages at "fatal" level --- src/ripple/app/tx/impl/ApplyContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/tx/impl/ApplyContext.cpp b/src/ripple/app/tx/impl/ApplyContext.cpp index 31ec117998f..e0b51d41ad9 100644 --- a/src/ripple/app/tx/impl/ApplyContext.cpp +++ b/src/ripple/app/tx/impl/ApplyContext.cpp @@ -107,7 +107,7 @@ ApplyContext::checkInvariantsHelper(TER terResult, std::index_sequence) terResult = (terResult == tecINVARIANT_FAILED) ? tefINVARIANT_FAILED : tecINVARIANT_FAILED ; - JLOG(journal.error()) << + JLOG(journal.fatal()) << "Transaction has failed one or more invariants: " << to_string(tx.getJson (0)); }