Warn if URL not found
authoramwaterhouse <Andrew Waterhouse>
Thu, 2 Jun 2005 11:07:20 +0000 (11:07 +0000)
committeramwaterhouse <Andrew Waterhouse>
Thu, 2 Jun 2005 11:07:20 +0000 (11:07 +0000)
src/jalview/io/IdentifyFile.java

index 3dd95b6..fa4aba6 100755 (executable)
@@ -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