Merge "Add missing ws separator between words"
This commit is contained in:
@@ -217,8 +217,9 @@ def start_shellinabox_console(node_uuid, port, console_cmd):
|
|||||||
raise loopingcall.LoopingCallDone()
|
raise loopingcall.LoopingCallDone()
|
||||||
|
|
||||||
if (time.time() > expiration):
|
if (time.time() > expiration):
|
||||||
locals['errstr'] = _("Timeout while waiting for console subprocess"
|
locals['errstr'] = (_("Timeout while waiting for console "
|
||||||
"to start for node %s.") % node_uuid
|
"subprocess to start for node %s.") %
|
||||||
|
node_uuid)
|
||||||
LOG.warning(locals['errstr'])
|
LOG.warning(locals['errstr'])
|
||||||
raise loopingcall.LoopingCallDone()
|
raise loopingcall.LoopingCallDone()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user