JAL-3628 System.out/err -> Cache.log.info/error
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 7 Jul 2020 19:42:23 +0000 (20:42 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 7 Jul 2020 19:42:23 +0000 (20:42 +0100)
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;