JAL-629 JAL-4265 JAL-4286 report the filename for the exported structure image like...
authorJames Procter <j.procter@dundee.ac.uk>
Fri, 29 Sep 2023 17:23:06 +0000 (18:23 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Fri, 29 Sep 2023 17:24:35 +0000 (18:24 +0100)
src/jalview/bin/Commands.java

index 1d65fc6..5d3b50d 100644 (file)
@@ -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