diff --git a/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java b/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java index d06c107ea..a164faec2 100644 --- a/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java +++ b/app/common/src/main/java/stirling/software/common/util/GeneralUtils.java @@ -473,7 +473,7 @@ public class GeneralUtils { try (InputStream in = resource.getInputStream()) { Files.copy(in, scriptFile, StandardCopyOption.REPLACE_EXISTING); } catch (IOException e) { - log.error("Failed to load image signature file", e); + log.error("Failed to extract Python script", e); throw e; } }