X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Futils%2FUrlDownloadClient.java;h=91d88c2ab1b10c6310b73ae98fd1fc0b1b69339f;hb=0ebbad305e982eeda562a1842362dc415c36cc8d;hp=e2fb1b80ee30f363596ffb8abaf30cfb361080de;hpb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;p=jalview.git diff --git a/src/jalview/ws/utils/UrlDownloadClient.java b/src/jalview/ws/utils/UrlDownloadClient.java index e2fb1b8..91d88c2 100644 --- a/src/jalview/ws/utils/UrlDownloadClient.java +++ b/src/jalview/ws/utils/UrlDownloadClient.java @@ -78,7 +78,7 @@ public class UrlDownloadClient } } catch (IOException e) { - System.out.println( + jalview.bin.Console.outPrintln( "Exception while closing download file output stream: " + e.getMessage()); } @@ -90,8 +90,9 @@ public class UrlDownloadClient } } catch (IOException e) { - System.out.println("Exception while closing download channel: " - + e.getMessage()); + jalview.bin.Console + .outPrintln("Exception while closing download channel: " + + e.getMessage()); } try { @@ -101,8 +102,9 @@ public class UrlDownloadClient } } catch (IOException e) { - System.out.println("Exception while deleting download temp file: " - + e.getMessage()); + jalview.bin.Console + .outPrintln("Exception while deleting download temp file: " + + e.getMessage()); } }