From: James Procter Date: Fri, 29 Sep 2023 17:23:06 +0000 (+0100) Subject: JAL-629 JAL-4265 JAL-4286 report the filename for the exported structure image like... X-Git-Tag: Release_2_11_3_0~6^2~11^2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=16faa7010cfce06c8fa4db89384a80b0ff00adb9;hp=287eeb77a52d99c8cefea44b9ad509b7ff3c98ce;p=jalview.git JAL-629 JAL-4265 JAL-4286 report the filename for the exported structure image like we do for exported alignment images --- 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