Skip to content

Commit

Permalink
[MODFISTO-432] Fixes from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-git committed Feb 20, 2024
1 parent ba174c0 commit cb746da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public Future<Void> processBatch(Batch batch, RequestContext requestContext) {
try {
BatchTransactionChecks.sanityChecks(batch);
} catch (Exception ex) {
logger.error(ex);
logger.error("Sanity checks before processing batch transactions failed", ex);
return Future.failedFuture(ex);
}
populateMetadata(batch, requestContext.getHeaders());
Expand Down

0 comments on commit cb746da

Please sign in to comment.