mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
fixed logging bug
This commit is contained in:
@@ -154,7 +154,7 @@ public final class Downloader {
|
||||
if ("Connection reset".equalsIgnoreCase(ex.getMessage())) {
|
||||
final String msg = format("TLS Connection Reset%nPlease see "
|
||||
+ "http://jeremylong.github.io/DependencyCheck/general/tlsfailures.html "
|
||||
+ "for more information regarding how to resolve the issue.", url.toString());
|
||||
+ "for more information regarding how to resolve the issue.");
|
||||
LOGGER.error(msg);
|
||||
throw new DownloadFailedException(msg, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user