mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 11:12:22 -05:00
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:
parent
48761a6619
commit
759b341bfe
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user