JAL-3628 System.out/err -> Cache.log.info/error
[jalview.git] / src / jalview / bin / Jalview.java
index ead9b9f..2511265 100755 (executable)
@@ -814,7 +814,7 @@ public class Jalview
       set = true;
     } catch (Exception ex)
     {
-      System.err.println("Unexpected Look and Feel Exception");
+      Cache.log.error("Unexpected Look and Feel Exception");
       ex.printStackTrace();
     }
     return set;
@@ -829,7 +829,7 @@ public class Jalview
       set = true;
     } catch (Exception ex)
     {
-      System.err.println("Unexpected Look and Feel Exception");
+      Cache.log.error("Unexpected Look and Feel Exception");
       ex.printStackTrace();
     }
     return set;
@@ -856,7 +856,7 @@ public class Jalview
       set = true;
     } catch (Exception ex)
     {
-      System.err.println("Unexpected Look and Feel Exception");
+      Cache.log.error("Unexpected Look and Feel Exception");
       ex.printStackTrace();
     }
     return set;