mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Log invariant check messages at "fatal" level
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user