X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fws%2Frest%2FRestClient.java;h=450f1b475c29fe4faeee6e90f4d057d188260228;hb=6ca8a32d88328b8f2162512f41c657c87e131045;hp=255ab587b2f1252d0cd2c9cfaf5086ca84613fe5;hpb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;p=jalview.git diff --git a/src/jalview/ws/rest/RestClient.java b/src/jalview/ws/rest/RestClient.java index 255ab58..450f1b4 100644 --- a/src/jalview/ws/rest/RestClient.java +++ b/src/jalview/ws/rest/RestClient.java @@ -134,7 +134,7 @@ public class RestClient extends WSClient @Override public void cancelJob() { - System.err.println("Cannot cancel this job type: " + service); + jalview.bin.Console.errPrintln("Cannot cancel this job type: " + service); } @Override @@ -418,7 +418,7 @@ public class RestClient extends WSClient } } catch (Exception ex) { - System.err.println( + jalview.bin.Console.errPrintln( "Serious - RSBS descriptions in user preferences are corrupt!"); ex.printStackTrace(); }