Skip to content

Commit

Permalink
fix typo in logging message (#4680)
Browse files Browse the repository at this point in the history
  • Loading branch information
logresearch authored Sep 18, 2024
1 parent 76aff59 commit 117b775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void execute(Database database) throws CustomChangeException {
}
}
catch (BatchUpdateException e) {
log.warn("Error generated while processsing batch insert", e);
log.warn("Error generated while processing batch insert", e);

try {
log.debug("Rolling back batch", e);
Expand Down

0 comments on commit 117b775

Please sign in to comment.