JAL-3949 Complete new abstracted logging framework in jalview.log. Updated log calls...
[jalview.git] / src / jalview / io / EmblFlatFile.java
index 7808d1a..14dcb9a 100644 (file)
@@ -124,7 +124,7 @@ public class EmblFlatFile extends EMBLLikeFlatFile
         this.length = Integer.valueOf(bits[0]);
       } catch (NumberFormatException e)
       {
-        Cache.log.error("bad length read in flatfile, line: " + line);
+        Cache.error("bad length read in flatfile, line: " + line);
       }
     }