From 595f69fa2c3a5b89c779a1403327fca31ef223d9 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 10 May 2012 18:30:25 +0000 Subject: [PATCH] minor language update --- lib/core/option.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/core/option.py b/lib/core/option.py index 765b50070..fe05b0b3d 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1779,11 +1779,12 @@ def __setTorHttpProxySettings(): raise sqlmapConnectionException, errMsg if not conf.checkTor: - warnMsg = "please use regularly switch '--check-tor' " - warnMsg += "at your own convenience when using " - warnMsg += "default HTTP proxy type (option '--tor-type') " + warnMsg = "use switch '--check-tor' at " + warnMsg += "your own convenience when using " + warnMsg += "HTTP proxy type (option '--tor-type') " warnMsg += "for accessing Tor anonymizing network because of " - warnMsg += "known issues with default settings of various 'bundles'" + warnMsg += "known issues with default settings of various 'bundles' " + warnMsg += "(e.g. Vidalia/Polipo)" logger.warn(warnMsg) def __setTorSocksProxySettings():