string concatenation in logger inspection

This commit is contained in:
Jindra Petřík
2021-01-29 08:56:18 +01:00
parent 2767f77a66
commit ef143d8ede
12 changed files with 22 additions and 21 deletions

View File

@@ -1621,7 +1621,7 @@ public final class SWF implements SWFContainerItem, Timelined {
for (ScriptPack item : packs) {
ClassPath key = item.getClassPath();
if (classPaths.contains(key)) {
logger.log(Level.SEVERE, "Duplicate pack path found (" + key + ")!");
logger.log(Level.SEVERE, "Duplicate pack path found ({0})!", key);
} else {
classPaths.add(key);
ret.add(item);