Log invariant check messages at "fatal" level

This commit is contained in:
seelabs
2017-06-23 17:57:29 -04:00
committed by Brad Chase
parent a89be5b269
commit d8313288ad

View File

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