ui: Machine: remove offending param for a _printData() call

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2015-01-10 02:21:33 +01:00
parent f2010cdfb0
commit 8c6abc413e
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class MachineUI(UIBase):
s._log_con_handler.acquire() # lock the console output
try:
s._printData(s.logger.info, 'getpass', accountname, False)
s._printData(s.logger.info, 'getpass', accountname)
return (sys.stdin.readline()[:-1])
finally:
s._log_con_handler.release()