X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FPhylipFile.java;h=754288422ed37a68ba6abd8e31ff0227d16cea9c;hb=76fe44a302e9bd32938af7ee2b70b48d7f0d4c4b;hp=12e87a6b7e9775bfd0da211fd212c9965d370733;hpb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;p=jalview.git diff --git a/src/jalview/io/PhylipFile.java b/src/jalview/io/PhylipFile.java index 12e87a6..7542884 100644 --- a/src/jalview/io/PhylipFile.java +++ b/src/jalview/io/PhylipFile.java @@ -188,7 +188,7 @@ public class PhylipFile extends AlignFile } catch (IOException e) { - System.err.println("Exception parsing PHYLIP file " + e); + jalview.bin.Console.errPrintln("Exception parsing PHYLIP file " + e); e.printStackTrace(System.err); throw e; }