mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
fix of a minor typo
This commit is contained in:
parent
1286cc0913
commit
3607f03a9e
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user