[Pkg-libvirt-commits] [libguestfs] 30/78: customize: Add a	"finishing" message at the end.
    Hilko Bengen 
    bengen at moszumanska.debian.org
       
    Fri May  9 12:55:50 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 3fa5096f484087cd3415f7eb5dda98dfed11e7ed
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Apr 2 17:33:37 2014 +0100
    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 17ed11e..fb38336 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 ();
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
    
    
More information about the Pkg-libvirt-commits
mailing list