minor bug fix

This commit is contained in:
Miroslav Stampar
2011-12-30 14:20:06 +00:00
parent 63bc4ce116
commit 94d43a4135
2 changed files with 3 additions and 3 deletions

View File

@@ -411,7 +411,7 @@ def checkSqlInjection(place, parameter, value):
if not Backend.getIdentifiedDbms():
warnMsg = "using unescaped version of the test "
warnMsg += "because of zero knowledge of the "
warnMsg += "back-end DBMS. you can try to "
warnMsg += "back-end DBMS. You can try to "
warnMsg += "explicitly set it using the --dbms "
warnMsg += "option"
singleTimeWarnMessage(warnMsg)