Prepare for post-2.2.0 (2.2.90).
[sliver-openvswitch.git] / utilities / ovs-check-dead-ifs.in
index 9b806ed..ac54f6c 100755 (executable)
@@ -98,4 +98,5 @@ if bad_pids:
     print """
 The following processes are listening for packets to arrive on network devices
 that no longer exist. You may want to restart them."""
     print """
 The following processes are listening for packets to arrive on network devices
 that no longer exist. You may want to restart them."""
+    sys.stdout.flush()
     os.execvp("ps", ["ps"] + ["%s" % pid for pid in bad_pids])
     os.execvp("ps", ["ps"] + ["%s" % pid for pid in bad_pids])