Improve error code lookup

This commit is contained in:
Nik Bougalis
2015-11-24 02:24:25 -08:00
parent 01c9baf8ca
commit 298ef4ac4d
5 changed files with 133 additions and 162 deletions

View File

@@ -1840,7 +1840,7 @@ applyTransaction (Application& app, OpenView& view,
if (result.second)
{
JLOG (j.debug)
<< "Transaction applied: " << transHuman (result.first);
<< "Transaction applied: " << transHuman (result.first);
return LedgerConsensusImp::resultSuccess;
}