JAL-1551 formatting
[jalview.git] / src / jalview / io / StockholmFile.java
index 5d645ca..a3f7531 100644 (file)
@@ -219,7 +219,7 @@ public class StockholmFile extends AlignFile
     if (!r.search(nextLine()))
     {
       throw new IOException(MessageManager
-              .getString("exception.stockholm_invalid_format"));
+                           .getString("exception.stockholm_invalid_format") +" ("+r+")");
     }
     else
     {