JAL-3949 Complete new abstracted logging framework in jalview.log. Updated log calls...
[jalview.git] / src / jalview / analysis / PCA.java
index d51f00e..60dd901 100755 (executable)
@@ -220,7 +220,7 @@ public class PCA implements Runnable
       eigenMatrix.tqli();
     } catch (Exception q)
     {
-      Cache.log.error("Error computing PCA:  " + q.getMessage());
+      Cache.error("Error computing PCA:  " + q.getMessage());
       q.printStackTrace();
     }
   }