mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
minor fix
This commit is contained in:
@@ -754,7 +754,7 @@ def readInput(message, default=None):
|
|||||||
else:
|
else:
|
||||||
options = unicode()
|
options = unicode()
|
||||||
|
|
||||||
infoMsg = "%s%s" % (message, options)
|
infoMsg = "%s%s" % (getUnicode(message), options)
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
debugMsg = "used the default behaviour, running in batch mode"
|
debugMsg = "used the default behaviour, running in batch mode"
|
||||||
|
|||||||
Reference in New Issue
Block a user