diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java index 88d1001df..4598a4506 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -4764,7 +4764,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } catch (CancellationException ex) { throw ex; } catch (Exception ex) { - logger.log(Level.SEVERE, null, ex); + logger.log(Level.SEVERE, "Reading action list error in " + src.getSwf().getShortPathTitle() + ":" + src.getScriptName(), ex); return new ActionList(src.getSwf().getCharset()); } }