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:
e81f244
)
Warn if URL not found
author
amwaterhouse
<Andrew Waterhouse>
Thu, 2 Jun 2005 11:07:20 +0000
(11:07 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Thu, 2 Jun 2005 11:07:20 +0000
(11:07 +0000)
src/jalview/io/IdentifyFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/IdentifyFile.java
b/src/jalview/io/IdentifyFile.java
index
3dd95b6
..
fa4aba6
100755
(executable)
--- a/
src/jalview/io/IdentifyFile.java
+++ b/
src/jalview/io/IdentifyFile.java
@@
-78,7
+78,7
@@
public class IdentifyFile
reader.close();
\r
}
\r
catch(Exception ex){
\r
- System.err.println("File Identification failed!"); ex.printStackTrace();}
\r
+ System.err.println("File Identification failed!\n"+ex);}
\r
\r
return reply;
\r
}
\r