remote-create: keep output in order
[invirt/packages/invirt-remote.git] / files / usr / sbin / sipb-xen-remote-create
index c4a62cc..4483ce1 100755 (executable)
@@ -59,6 +59,7 @@ def main(argv):
 
     host = choose_host()
     print 'Creating on host %s...' % host
+    sys.stdout.flush()
     return call(['remctl', host, 'remote', 'control',
                  machine_name, 'create'] + args)