Skip to content

Commit

Permalink
[fold] add preflight tec to debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Jan 30, 2025
1 parent 29b2204 commit a26822c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xrpld/app/tx/detail/Batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ Batch::preflight(PreflightContext const& ctx)
preflightResult.ter != tesSUCCESS)
{
JLOG(ctx.j.trace()) << "BatchTrace[" << parentBatchId << "]: "
<< "inner txn preflight failed. "
<< "inner txn preflight failed: "
<< preflightResult.ter << " "
<< "txID: " << hash;
return temINVALID_INNER_BATCH;
}
Expand Down

0 comments on commit a26822c

Please sign in to comment.