git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
287eeb7
)
JAL-629 JAL-4265 JAL-4286 report the filename for the exported structure image like...
author
James Procter
<j.procter@dundee.ac.uk>
Fri, 29 Sep 2023 17:23:06 +0000
(18:23 +0100)
committer
James Procter
<j.procter@dundee.ac.uk>
Fri, 29 Sep 2023 17:24:35 +0000
(18:24 +0100)
src/jalview/bin/Commands.java
patch
|
blob
|
history
diff --git
a/src/jalview/bin/Commands.java
b/src/jalview/bin/Commands.java
index
1d65fc6
..
5d3b50d
100644
(file)
--- 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