X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2FRestJobThread.java;h=c8efcda78938399afabf52d42cdda90ddc3278f8;hb=c932f0e85a8852824cdd8ce790af68682732c85c;hp=eff38fbad494b01ee97d92cf421a11eac1b55dfa;hpb=8bcbf5c32f8091f2d5871e7eec4d4727c26d5c63;p=jalview.git diff --git a/src/jalview/ws/rest/RestJobThread.java b/src/jalview/ws/rest/RestJobThread.java index eff38fb..c8efcda 100644 --- a/src/jalview/ws/rest/RestJobThread.java +++ b/src/jalview/ws/rest/RestJobThread.java @@ -422,7 +422,7 @@ public class RestJobThread extends AWSThread public void pollJob(AWsJob job) throws Exception { assert (job instanceof RestJob); - System.err.println("Debug RestJob: Polling Job"); + jalview.bin.Console.errPrintln("Debug RestJob: Polling Job"); doPoll((RestJob) job); } @@ -432,7 +432,7 @@ public class RestJobThread extends AWSThread assert (job instanceof RestJob); try { - System.err.println("Debug RestJob: Posting Job"); + jalview.bin.Console.errPrintln("Debug RestJob: Posting Job"); doPost((RestJob) job); } catch (NoValidInputDataException erex) { @@ -1258,7 +1258,7 @@ public class RestJobThread extends AWSThread if (!rj.hasValidInput()) { // invalid input for this job - System.err.println("Job " + rj.getJobnum() + jalview.bin.Console.errPrintln("Job " + rj.getJobnum() + " has invalid input. ( " + rj.getStatus() + ")"); if (rj.hasStatus() && !_warnings.contains(rj.getStatus())) {