From 16faa7010cfce06c8fa4db89384a80b0ff00adb9 Mon Sep 17 00:00:00 2001 From: James Procter Date: Fri, 29 Sep 2023 18:23:06 +0100 Subject: [PATCH 1/1] JAL-629 JAL-4265 JAL-4286 report the filename for the exported structure image like we do for exported alignment images --- src/jalview/bin/Commands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/bin/Commands.java b/src/jalview/bin/Commands.java index 1d65fc6..5d3b50d 100644 --- a/src/jalview/bin/Commands.java +++ b/src/jalview/bin/Commands.java @@ -769,7 +769,7 @@ public class Commands AppJmol jmol = (AppJmol) sview; jmol.makePDBImage(structureImageFile, imageType, renderer, userBis); - Console.debug("Finished Rendering image to " + Console.info("Exported structure image to " + structureImageFile); // RESTORE SESSION AFTER EXPORT IF NEED BE -- 1.7.10.2