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

View File

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