Log more information about the machine

This commit is contained in:
Mitchell Hashimoto 2012-12-26 21:33:20 -08:00
parent 3baa31460f
commit b15a6dee0e
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ module Vagrant
@logger.info("Initializing machine: #{name}") @logger.info("Initializing machine: #{name}")
@logger.info(" - Provider: #{provider_cls}") @logger.info(" - Provider: #{provider_cls}")
@logger.info(" - Box: #{box}") @logger.info(" - Box: #{box}")
@logger.info(" - Data dir: #{data_dir}")
@box = box @box = box
@config = config @config = config