Merge branch 'master' of github.com:sqlmapproject/sqlmap

This commit is contained in:
Miroslav Stampar
2013-01-18 11:31:25 +01:00
3 changed files with 9 additions and 8 deletions

View File

@@ -266,7 +266,7 @@ def runCase(switches=None, parse=None):
tback = traceback.format_exc()
retVal = False
elif result is False: # if None, ignore
logger.error("the test did not run")
logger.error("the test did not identify the SQL injection")
retVal = False
console = getUnicode(console, system=True)