This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 180bb2e  More information about service failure, URL added
180bb2e is described below

commit 180bb2e43b3beffa2ba167f4bf77509114a7deb0
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Tue May 7 18:37:49 2019 +0300

    More information about service failure, URL added
---
 .../src/main/java/org/apache/ignite/ci/util/HttpUtil.java               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/util/HttpUtil.java 
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/util/HttpUtil.java
index 67f724a..a7e047a 100644
--- a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/util/HttpUtil.java
+++ b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/util/HttpUtil.java
@@ -190,7 +190,7 @@ public class HttpUtil {
             throw new FileNotFoundException("Service " + con.getURL() + " 
returned not found error."
                     + readIsToString(con.getErrorStream()));
 
-        throw new IllegalStateException("Invalid Response Code : " + resCode + 
":\n"
+        throw new IllegalStateException("Service " + con.getURL() + " returned 
Invalid Response Code : " + resCode + ":\n"
                 + readIsToString(con.getErrorStream()));
     }
 

Reply via email to