mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +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))
|
||||
|
||||
if retVal:
|
||||
infoMsg = "%s%s" % (message, retVal)
|
||||
logger.info(infoMsg)
|
||||
dataToStdout("\r%s%s\n" % (message, retVal), forceOutput=True, bold=True)
|
||||
|
||||
debugMsg = "used the given answer"
|
||||
logger.debug(debugMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user