Adjust system proxy log statement

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1699 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2011-06-07 20:45:40 +00:00
parent 48761a6619
commit 759b341bfe
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public final class DavGatewayHttpClientFacade {
private static ProxySelector getDefaultProxySelector() {
LOGGER.debug("Loading system proxy settings...");
ProxySelector proxySelector = ProxySelector.getDefault();
LOGGER.debug("Loaded ProxySelector " + proxySelector);
LOGGER.debug("Loaded system proxy settings");
return proxySelector;
}