X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Futils%2FUrlDownloadClient.java;fp=src%2Fjalview%2Fws%2Futils%2FUrlDownloadClient.java;h=448edd9831c1015036ccc77fcd40202da64255de;hb=be762d8d9c71a7aa3121e845c45911c7192b7827;hp=dcd861ad8f9c99932cf5a10e07e779abe3c25c3b;hpb=d1bb7a31fc091606aedbc255a5766ac79e36fa91;p=jalview.git diff --git a/src/jalview/ws/utils/UrlDownloadClient.java b/src/jalview/ws/utils/UrlDownloadClient.java index dcd861a..448edd9 100644 --- a/src/jalview/ws/utils/UrlDownloadClient.java +++ b/src/jalview/ws/utils/UrlDownloadClient.java @@ -79,8 +79,8 @@ public class UrlDownloadClient } } catch (IOException e) { - System.out - .println("Exception while closing download file output stream: " + System.out.println( + "Exception while closing download file output stream: " + e.getMessage()); } try @@ -92,7 +92,7 @@ public class UrlDownloadClient } catch (IOException e) { System.out.println("Exception while closing download channel: " - + e.getMessage()); + + e.getMessage()); } try { @@ -103,7 +103,7 @@ public class UrlDownloadClient } catch (IOException e) { System.out.println("Exception while deleting download temp file: " - + e.getMessage()); + + e.getMessage()); } } }