]> xenbits.xensource.com Git - xen.git/commitdiff
bitkeeper revision 1.1236.1.39 (422385e3JUTcpAnifvTDP-tLQGjpug)
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Mon, 28 Feb 2005 20:58:11 +0000 (20:58 +0000)
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>
Mon, 28 Feb 2005 20:58:11 +0000 (20:58 +0000)
trivial fix to remove time.usleep
Signed-off-by: ian@xensource.com
tools/misc/xend

index fe30a13a45fd24e61d3d005ba58d8639a6c9a57d..e4cd65271f5491dbb26b872e4e88fd128974a4a5 100644 (file)
@@ -118,7 +118,7 @@ def main():
     
     if (not xcs_running()):
         if os.fork():
-            time.usleep(500) # let xcs start
+            time.sleep(0.5) # let xcs start
         else:
             try:
                 logfile = os.open(XCS_LOGFILE,