src/java.net.http/share/classes/jdk/internal/net/http/MultiExchange.java
branchhttp-client-branch
changeset 56210 efa5db108669
parent 56138 4f92b988600e
child 56253 875dbf6234f2
--- a/src/java.net.http/share/classes/jdk/internal/net/http/MultiExchange.java	Wed Feb 28 15:48:46 2018 +0000
+++ b/src/java.net.http/share/classes/jdk/internal/net/http/MultiExchange.java	Wed Feb 28 19:13:16 2018 +0000
@@ -291,13 +291,13 @@
             if (t.getCause() != null) retryCause = t.getCause();
             if (!expiredOnce) {
                 DEBUG_LOGGER.log(Level.DEBUG,
-                    "MultiExchange: ConnectionExpiredException (async): retrying...",
+                    "ConnectionExpiredException (async): retrying...",
                     t);
                 expiredOnce = true;
                 return null;
             } else {
                 DEBUG_LOGGER.log(Level.DEBUG,
-                    "MultiExchange: ConnectionExpiredException (async): already retried once.",
+                    "ConnectionExpiredException (async): already retried once.",
                     t);
                 if (t.getCause() != null) t = t.getCause();
             }