tidied up system.out messages and moved many to stderr.
[jalview.git] / src / jalview / ws / MsaWSClient.java
index 876c0c1..4e358a0 100755 (executable)
@@ -210,7 +210,7 @@ public class MsaWSClient
       }
       catch (Exception e)
       {
-        System.out.println(ServiceName + " Client: Failed to submit the prediction\n" +
+        System.err.println(ServiceName + " Client: Failed to submit the prediction\n" +
                            e.toString() + "\n");
         e.printStackTrace();
       }