Skip to content

Commit

Permalink
MDEXP-625 Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
obozhko-folio committed Sep 4, 2023
1 parent 53fbaa4 commit b4b3485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public InventoryRecordConverterService getInventoryRecordService() {

public void handleFailedRecords(ExportPayload exportPayload, List<String> identifiers) {
var numFailedRecords = identifiers.size() - exportPayload.getExportedRecordsNumber();
LOGGER.debug("Number of failed records found: {]", numFailedRecords);
LOGGER.debug("Number of failed records found: {}", numFailedRecords);
exportPayload.setFailedRecordsNumber(Math.abs(numFailedRecords));
}

Expand Down

0 comments on commit b4b3485

Please sign in to comment.