Skip to content

Commit a29b78b

Browse files
committed
fix failing test
1 parent 744be1b commit a29b78b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

common/src/main/java/net/adoptopenjdk/icedteaweb/http/HttpUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public static void consumeAndCloseConnectionSilently(final CloseableConnection c
6161
try {
6262
consumeAndCloseConnection(c);
6363
} 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());
6564
LOG.debug("Following exception should be harmless, but may help in finding root cause.", ex);
6665
}
6766
}

0 commit comments

Comments
 (0)