aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
authorJo Kristian Bergum <bergum@oath.com>2019-08-09 13:44:47 +0200
committerJo Kristian Bergum <bergum@oath.com>2019-08-09 13:44:47 +0200
commit8076f0ac2d60eabd7f7c471cf1ea1ee5bf988a78 (patch)
tree3ea871c2fdc599bfadbda038b11381287a1f714b /vespa-http-client
parent3cb577ccadced2c9537fdb3aeff3df3f681868e1 (diff)
Change wording
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/communication/IOThread.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/communication/IOThread.java b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/communication/IOThread.java
index 44e988f6d7d..643b7641e68 100644
--- a/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/communication/IOThread.java
+++ b/vespa-http-client/src/main/java/com/yahoo/vespa/http/client/core/communication/IOThread.java
@@ -346,7 +346,7 @@ class IOThread implements Runnable, AutoCloseable {
}
catch (ServerResponseException ser) {
log.log(Level.INFO, "Problems while handing data over to endpoint '" + endpoint
- + "'. Will re-try. Endpoint responded with a HTTP response code we did not expect. '"
+ + "'. Will re-try. Endpoint responded with an unexpected HTTP response code. '"
+ Exceptions.toMessageString(ser) + "'",ser);
return ThreadState.CONNECTED;
}