diff --git a/lib/vagrant/config/loader.rb b/lib/vagrant/config/loader.rb index fc588df1e..3ab4ca1de 100644 --- a/lib/vagrant/config/loader.rb +++ b/lib/vagrant/config/loader.rb @@ -82,6 +82,8 @@ module Vagrant current = Top.new proc.call(current) @config_cache[proc] = current + else + @logger.debug("Loading from: #{key} (cache)") end # Merge in the results of this proc's configuration