diff --git a/lib/vagrant/actions/vm/customize.rb b/lib/vagrant/actions/vm/customize.rb index 076038c51..b9035b18c 100644 --- a/lib/vagrant/actions/vm/customize.rb +++ b/lib/vagrant/actions/vm/customize.rb @@ -3,6 +3,8 @@ module Vagrant module VM class Customize < Base def execute! + logger.info "Running any VM customizations..." + # Run the customization procs over the VM Vagrant.config.vm.run_procs!(@runner.vm)