diff --git a/lib/core/common.py b/lib/core/common.py index d351fd5e8..a73c24973 100755 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -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)