mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
fix of a minor typo
This commit is contained in:
@@ -93,7 +93,7 @@ def __oneShotErrorUse(expression, field):
|
||||
threadData.lastRequestUID else None, re.DOTALL | re.IGNORECASE)
|
||||
|
||||
if trimmed:
|
||||
warnMsg = "trimmed output output detected: "
|
||||
warnMsg = "trimmed output detected: "
|
||||
warnMsg += trimmed
|
||||
logger.warn(warnMsg)
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ def __oneShotUnionUse(expression, unpack=True):
|
||||
if headers else None), payload, True), re.DOTALL | re.IGNORECASE)
|
||||
|
||||
if trimmed:
|
||||
warnMsg = "trimmed output output detected: "
|
||||
warnMsg = "trimmed output detected: "
|
||||
warnMsg += trimmed
|
||||
logger.warn(warnMsg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user