JAL-3032 more informative failure message
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 22 Jun 2018 10:04:04 +0000 (11:04 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 22 Jun 2018 10:04:04 +0000 (11:04 +0100)
src/jalview/io/IdentifyFile.java

index ff959b0..aafe934 100755 (executable)
@@ -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();
     }