Merge branch 'develop' into update_212_Dec_merge_with_21125_chamges
[jalview.git] / src / jalview / bin / ApplicationSingletonProvider.java
index b64f40c..450809a 100644 (file)
@@ -131,7 +131,7 @@ public class ApplicationSingletonProvider
             | IllegalArgumentException | InvocationTargetException
             | NoSuchMethodException | SecurityException e)
     {
-      Cache.log.error("Failed to create singleton for " + c.toString()
+      Console.error("Failed to create singleton for " + c.toString()
               + ", error was: " + e.toString());
       e.printStackTrace();
     }