Merge branch 'develop' into update/JAL-3949_abstracted_logging_for_jalviewjs_and_sanity
[jalview.git] / src / jalview / ext / htsjdk / VCFReader.java
index 16ff41b..508d609 100644 (file)
@@ -85,7 +85,7 @@ public class VCFReader implements Closeable, Iterable<VariantContext>
     }
     else
     {
-      Cache.log.error("File not found: " + filePath);
+      Cache.error("File not found: " + filePath);
     }
   }