JAL-3949 Complete new abstracted logging framework in jalview.log. Updated log calls...
[jalview.git] / src / jalview / ws / dbsources / EmblFlatfileSource.java
index 2058800..0141a95 100644 (file)
@@ -105,7 +105,7 @@ public abstract class EmblFlatfileSource extends EbiFileRetrievedProxy
 
       if (al == null)
       {
-        Cache.log.error(
+        Cache.error(
                 "No record found for '" + dbName + ":" + query + "'");
       }
     }