Skip to content

Commit

Permalink
One more log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Dec 11, 2024
1 parent 23c8585 commit 090eed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ private void moveToTableStage(List<String> failedFiles) {
offsets.getContinuousOffsets(),
offsets.getMissingOffsets());
if (LOGGER.isDebugEnabled()) {
LOGGER.info("{} - {}", baseLog, failedFiles);
LOGGER.info("{} - failed files: {}", baseLog, failedFiles);
} else {
LOGGER.info(baseLog);
}
Expand Down

0 comments on commit 090eed5

Please sign in to comment.