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

Skip to content

Commit 43340a7

Browse files
committed
language
1 parent f9bb762 commit 43340a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@ def __checkTor():
17101710
errMsg+= "instance of Tor client (usually 9050/tcp)"
17111711
raise sqlmapConnectionException, errMsg
17121712
else:
1713-
infoMsg = "Tor is properly used"
1713+
infoMsg = "Tor is properly being used"
17141714
logger.info(infoMsg)
17151715

17161716
def __basicOptionValidation():

0 commit comments

Comments
 (0)