From 3fa5096f484087cd3415f7eb5dda98dfed11e7ed Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 Apr 2014 17:33:37 +0100 Subject: [PATCH] customize: Add a "finishing" message at the end. Useful, mainly because it tells you the total time spent running. --- customize/customize_main.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/customize/customize_main.ml b/customize/customize_main.ml index 17ed11ed2..fb3833617 100644 --- a/customize/customize_main.ml +++ b/customize/customize_main.ml @@ -233,6 +233,7 @@ read the man page virt-customize(1). ) roots; ); + msg (f_"Finishing off"); g#shutdown (); g#close ();