mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor typo fixes
This commit is contained in:
@@ -1000,7 +1000,7 @@ def checkConnection(suppressOutput=False):
|
||||
errMsg = "unable to retrieve page content"
|
||||
raise sqlmapConnectionException, errMsg
|
||||
elif wasLastRequestDBMSError():
|
||||
warnMsg = "there is a DBMS error found in the HTTP response body"
|
||||
warnMsg = "there is a DBMS error found in the HTTP response body "
|
||||
warnMsg += "which could interfere with the results of the tests"
|
||||
logger.warn(warnMsg)
|
||||
elif wasLastRequestHTTPError():
|
||||
|
||||
Reference in New Issue
Block a user