tidied up system.out messages and moved many to stderr.
[jalview.git] / src / jalview / gui / AlignFrame.java
index 0c0e3d7..de2d8ef 100755 (executable)
@@ -1239,7 +1239,7 @@ public class AlignFrame extends GAlignFrame
     if (seq!=null) {
       JPredClient ct = new JPredClient(title, seq);
     } else {
-      System.out.print("JALVIEW ERROR! - Unexpected JPred selection state!\n");
+      System.err.print("JALVIEW ERROR! - Unexpected JPred selection state!\n");
     }
   }
   protected void msaAlignMenuItem_actionPerformed(ActionEvent e)