diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb index 0f8e8671c..2c489370c 100644 --- a/lib/vagrant/machine.rb +++ b/lib/vagrant/machine.rb @@ -47,15 +47,15 @@ module Vagrant # @param [Environment] env The environment that this machine is a # part of. def initialize(name, provider_cls, config, box, env) - @logger = Log4r::Logger.new("vagrant::machine") + @logger = Log4r::Logger.new("vagrant::machine") @logger.info("Initializing machine: #{name}") @logger.info(" - Provider: #{provider_cls}") @logger.info(" - Box: #{box}") - @name = name - @box = box - @config = config - @env = env + @name = name + @box = box + @config = config + @env = env # Read the ID, which is usually in local storage @id = nil