From b15a6dee0e5d8cee004e867ca102332bdf7a005d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 26 Dec 2012 21:33:20 -0800 Subject: [PATCH] Log more information about the machine --- lib/vagrant/machine.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb index b9f028f57..605179a45 100644 --- a/lib/vagrant/machine.rb +++ b/lib/vagrant/machine.rb @@ -65,6 +65,7 @@ module Vagrant @logger.info("Initializing machine: #{name}") @logger.info(" - Provider: #{provider_cls}") @logger.info(" - Box: #{box}") + @logger.info(" - Data dir: #{data_dir}") @box = box @config = config