diff --git a/lib/core/option.py b/lib/core/option.py index 1739ad89f..5edf7682e 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -917,7 +917,7 @@ def _setDNSCache(): def _setHTTPProxy(): """ - Check and set the HTTP proxy to pass by all HTTP requests. + Check and set the HTTP/SOCKS proxy for all HTTP requests. """ global proxyHandler @@ -928,7 +928,7 @@ def _setHTTPProxy(): return - debugMsg = "setting the HTTP/SOCKS proxy to pass by all HTTP requests" + debugMsg = "setting the HTTP/SOCKS proxy for all HTTP requests" logger.debug(debugMsg) proxySplit = urlparse.urlsplit(conf.proxy)