netdev-dpdk: fix mbuf leaks
[cascardo/ovs.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."""
+    sys.stdout.flush()
     os.execvp("ps", ["ps"] + ["%s" % pid for pid in bad_pids])