Skip to content

Commit 8d62fb7

Browse files
committed
Use format specifiers for logging in LargeMessageE2ET.java.
1 parent 5379996 commit 8d62fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/LargeMessageE2ET.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private void setupInfrastructure(String pathToFunction) {
9494
tableName = outputs.get("TableNameForAsyncTests");
9595
currentPathToFunction = pathToFunction;
9696

97-
LOG.info("Testing '" + LargeMessageE2ET.class.getSimpleName() + "' with " + pathToFunction);
97+
LOG.info("Testing '{}' with {}", LargeMessageE2ET.class.getSimpleName(), pathToFunction);
9898
}
9999

100100
@AfterAll

0 commit comments

Comments
 (0)