mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 04:20:35 +03:00
Consistency patch
This commit is contained in:
parent
4c1fc095d8
commit
c78a9cd156
|
@ -916,8 +916,7 @@ def readInput(message, default=None, checkBatch=True):
|
||||||
retVal = "%s,%s" % (retVal, getUnicode(item, UNICODE_ENCODING))
|
retVal = "%s,%s" % (retVal, getUnicode(item, UNICODE_ENCODING))
|
||||||
|
|
||||||
if retVal:
|
if retVal:
|
||||||
infoMsg = "%s%s" % (message, retVal)
|
dataToStdout("\r%s%s\n" % (message, retVal), forceOutput=True, bold=True)
|
||||||
logger.info(infoMsg)
|
|
||||||
|
|
||||||
debugMsg = "used the given answer"
|
debugMsg = "used the given answer"
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user