Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 595f69f

Browse files
committed
minor language update
1 parent 35f400b commit 595f69f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

lib/core/option.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,11 +1779,12 @@ def __setTorHttpProxySettings():
17791779
raise sqlmapConnectionException, errMsg
17801780

17811781
if not conf.checkTor:
1782-
warnMsg = "please use regularly switch '--check-tor' "
1783-
warnMsg += "at your own convenience when using "
1784-
warnMsg += "default HTTP proxy type (option '--tor-type') "
1782+
warnMsg = "use switch '--check-tor' at "
1783+
warnMsg += "your own convenience when using "
1784+
warnMsg += "HTTP proxy type (option '--tor-type') "
17851785
warnMsg += "for accessing Tor anonymizing network because of "
1786-
warnMsg += "known issues with default settings of various 'bundles'"
1786+
warnMsg += "known issues with default settings of various 'bundles' "
1787+
warnMsg += "(e.g. Vidalia/Polipo)"
17871788
logger.warn(warnMsg)
17881789

17891790
def __setTorSocksProxySettings():

0 commit comments

Comments
 (0)