[PATCH] Fixed error message

Wald Commits scm-commit at wald.intevation.org
Wed Jun 13 19:00:14 CEST 2018


# HG changeset patch
# User mschaefer
# Date 1528909208 -7200
# Node ID 79169a0b5a0d29e76890db76a5b315e97c557ee5
# Parent  5b184dc5b4a98f02256ba5e4e51ebd849a63013f
Fixed error message

diff -r 5b184dc5b4a9 -r 79169a0b5a0d src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClientImpl.java
--- a/src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClientImpl.java	Wed Jun 13 18:38:07 2018 +0200
+++ b/src/main/java/org/dive4elements/artifacts/httpclient/http/HttpClientImpl.java	Wed Jun 13 19:00:08 2018 +0200
@@ -162,7 +162,7 @@
         }
         catch (IOException ioe) {
             throw new ConnectionException(
-                "Connection to server failed. No Artifact created.\n" + XMLUtils.toString(doc), ioe);
+                "Connection to server failed. No Artifact created. " + XMLUtils.toString(doc), ioe);
         }
     }
 


More information about the Dive4Elements-commits mailing list