mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Consistency patch
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user