Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / src / jalview / ws / utils / UrlDownloadClient.java
index e2fb1b8..91d88c2 100644 (file)
@@ -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());
       }
     }