X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2FRestJobThread.java;h=c8efcda78938399afabf52d42cdda90ddc3278f8;hb=a9177efb4097815d9a8031aa22700c61a7d6260a;hp=f32535c056f0a826a7f50250f996513f77a24996;hpb=cb8e52fbbc5f725e3f7f48c672cdddb0690bd978;p=jalview.git diff --git a/src/jalview/ws/rest/RestJobThread.java b/src/jalview/ws/rest/RestJobThread.java index f32535c..c8efcda 100644 --- a/src/jalview/ws/rest/RestJobThread.java +++ b/src/jalview/ws/rest/RestJobThread.java @@ -340,8 +340,7 @@ public class RestJobThread extends AWSThread + "
Filtered response content below:
"); } catch (IOException e) { - Console.debug("IOException when consuming unhandled response", - e); + Console.debug("IOException when consuming unhandled response", e); } ; } @@ -423,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); } @@ -433,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) { @@ -1259,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())) {