Merge pull request #5244 from mitchellh/log-action-name

core: log action name to info
This commit is contained in:
Mitchell Hashimoto 2015-01-24 14:17:32 -08:00
commit 37b60f54ea
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ module Vagrant
end
# We place a process lock around every action that is called
@logger.info("Running action: #{callable_id}")
@logger.info("Running action: #{environment[:action_name]} #{callable_id}")
Util::Busy.busy(int_callback) { callable.call(environment) }
# Return the environment in case there are things in there that