AS1/2 assembly timeout log description

This commit is contained in:
Jindra Petřík
2025-07-18 21:39:11 +02:00
parent 974c4fc6bd
commit 6a4a489336

View File

@@ -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());
}
}