X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FLog4j.java;h=6517703d33c97e4779923fa86095d8bd60ecc5ff;hb=eb3e681d6e82ccdd5d312d1981dfb306e7f479f0;hp=de8f719fcb2056cc222d74a7bec02119b782639d;hpb=cb31e23d9138e481479623374aed7767bf8934d2;p=jalview.git diff --git a/src/jalview/util/Log4j.java b/src/jalview/util/Log4j.java index de8f719..6517703 100644 --- a/src/jalview/util/Log4j.java +++ b/src/jalview/util/Log4j.java @@ -96,7 +96,8 @@ public class Log4j init = true; } catch (Exception e) { - jalview.bin.Console.errPrintln("Problems initializing the log4j system\n"); + jalview.bin.Console + .errPrintln("Problems initializing the log4j system\n"); e.printStackTrace(System.err); } }