Warn if URL not found
[jalview.git] / 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