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:
55be757
)
JAL-4195 report full stack trace for exceptions raised when exporting an image
author
James Procter
<j.procter@dundee.ac.uk>
Tue, 6 Jun 2023 17:42:42 +0000
(18:42 +0100)
committer
James Procter
<j.procter@dundee.ac.uk>
Tue, 6 Jun 2023 17:42:42 +0000
(18:42 +0100)
src/jalview/gui/ImageExporter.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/ImageExporter.java
b/src/jalview/gui/ImageExporter.java
index
32704d6
..
e18ca86
100644
(file)
--- a/
src/jalview/gui/ImageExporter.java
+++ b/
src/jalview/gui/ImageExporter.java
@@
-220,8
+220,8
@@
public class ImageExporter
messageId);
} catch (Exception e)
{
- System.out.println(String.format("Error creating %s file: %s", type,
- e.toString()));
+ jalview.bin.Console.error(String.format("Error creating %s file: %s", type,
+ e.toString()),e);
setStatus(MessageManager.formatMessage("info.error_creating_file",
type), messageId);
}