X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FPhylipFile.java;fp=src%2Fjalview%2Fio%2FPhylipFile.java;h=754288422ed37a68ba6abd8e31ff0227d16cea9c;hb=e83ce5d8ef826fc0b509a51f154abdf734501077;hp=12e87a6b7e9775bfd0da211fd212c9965d370733;hpb=786475501a15799d7c4058dbf74e4bf896d03736;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; }