Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd2529 commit 825aa4bCopy full SHA for 825aa4b
1 file changed
lib/core/option.py
@@ -1917,9 +1917,8 @@ def _setTorHttpProxySettings():
1917
1918
if not conf.checkTor:
1919
warnMsg = "use switch '--check-tor' at "
1920
- warnMsg += "your own convenience when using "
1921
- warnMsg += "HTTP proxy type (option '--tor-type') "
1922
- warnMsg += "for accessing Tor anonymizing network because of "
+ warnMsg += "your own convenience when accessing "
+ warnMsg += "Tor anonymizing network because of "
1923
warnMsg += "known issues with default settings of various 'bundles' "
1924
warnMsg += "(e.g. Vidalia)"
1925
logger.warn(warnMsg)
0 commit comments