Skip to content

Commit

Permalink
One more.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx committed Feb 7, 2024
1 parent 6e1c615 commit 2c427f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private static boolean shouldMapHeader(String headerName, String[] patterns) {
}
}
}
LOGGER.debug(LogMessage.format("headerName=[{0}] WILL NOT be mapped", headerName));
LOGGER.debug(LogMessage.format("headerName=[%s] WILL NOT be mapped", headerName));
return false;
}

Expand Down

0 comments on commit 2c427f6

Please sign in to comment.