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)); }