X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FLog4j.java;h=6517703d33c97e4779923fa86095d8bd60ecc5ff;hb=a1f00ef5e877d63fe0463710baecfc458dc0907c;hp=de8f719fcb2056cc222d74a7bec02119b782639d;hpb=c932f0e85a8852824cdd8ce790af68682732c85c;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); } }