mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 03:26:08 +00:00
string concatenation in logger inspection
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user