Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / src / jalview / ws / jws2 / JabawsMsaInterfaceAlignCalcWorker.java
index ee36d4a..53f447e 100644 (file)
@@ -156,9 +156,9 @@ public abstract class JabawsMsaInterfaceAlignCalcWorker
           List<AlignmentAnnotation> ourAnnot, String typeName,
           String calcId, SequenceI dseq, int base, Score scr)
   {
-    System.out.println("Creating annotation on dseq:" + dseq.getStart()
-            + " base is " + base + " and length=" + dseq.getLength()
-            + " == " + scr.getScores().size());
+    jalview.bin.Console.outPrintln("Creating annotation on dseq:"
+            + dseq.getStart() + " base is " + base + " and length="
+            + dseq.getLength() + " == " + scr.getScores().size());
     // AlignmentAnnotation annotation = new AlignmentAnnotation(
     // scr.getMethod(), typeName, new Annotation[]
     // {}, 0, -1, AlignmentAnnotation.LINE_GRAPH);