mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
removing space left
This commit is contained in:
parent
0ed03d474f
commit
31b48ec11c
|
@ -88,7 +88,7 @@ def __oneShotUnionUse(expression, unpack=True):
|
|||
warnMsg += trimmed
|
||||
logger.warn(warnMsg)
|
||||
elif Backend.isDbms(DBMS.MYSQL):
|
||||
warnMsg = "if the problem persists with 'None' values please try to use "
|
||||
warnMsg = "if the problem persists with 'None' values please try to use "
|
||||
warnMsg += "hidden switch --no-cast (fixing problems with some collation "
|
||||
warnMsg += "issues)"
|
||||
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.NO_CAST)
|
||||
|
|
Loading…
Reference in New Issue
Block a user