Skip to content

Commit

Permalink
Log invariant check messages at "fatal" level
Browse files Browse the repository at this point in the history
  • Loading branch information
seelabs authored and bachase committed Jun 29, 2017
1 parent a89be5b commit d831328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/tx/impl/ApplyContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ApplyContext::checkInvariantsHelper(TER terResult, std::index_sequence<Is...>)
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));
}
Expand Down

0 comments on commit d831328

Please sign in to comment.