We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744be1b commit a29b78bCopy full SHA for a29b78b
1 file changed
common/src/main/java/net/adoptopenjdk/icedteaweb/http/HttpUtils.java
@@ -61,7 +61,6 @@ public static void consumeAndCloseConnectionSilently(final CloseableConnection c
61
try {
62
consumeAndCloseConnection(c);
63
} catch (final IOException ex) {
64
- LOG.debug("Exception while connecting to {}.\n Check if the URL and the Proxy (if specified) are correct.", c.getURL().toString());
65
LOG.debug("Following exception should be harmless, but may help in finding root cause.", ex);
66
}
67
0 commit comments