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:
a616294
)
JAL-3032 more informative failure message
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 22 Jun 2018 10:04:04 +0000
(11:04 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 22 Jun 2018 10:04:04 +0000
(11:04 +0100)
src/jalview/io/IdentifyFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/IdentifyFile.java
b/src/jalview/io/IdentifyFile.java
index
ff959b0
..
aafe934
100755
(executable)
--- a/
src/jalview/io/IdentifyFile.java
+++ b/
src/jalview/io/IdentifyFile.java
@@
-55,7
+55,7
@@
public class IdentifyFile
}
} catch (Exception e)
{
- System.err.println("Error whilst identifying");
+ System.err.println("Error whilst identifying " + file);
e.printStackTrace(System.err);
emessage = e.getMessage();
}