mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 00:32:06 -04:00
Use variable when sending info to logger
This commit is contained in:
parent
7331623a39
commit
cba5bca7de
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ module Vagrant
|
|||
action_name = environment[:action_name]
|
||||
|
||||
# We place a process lock around every action that is called
|
||||
@logger.info("Running action: #{environment[:action_name]} #{callable_id}")
|
||||
@logger.info("Running action: #{action_name} #{callable_id}")
|
||||
Util::Busy.busy(int_callback) { callable.call(environment) }
|
||||
|
||||
# Return the environment in case there are things in there that
|
||||
|
|
|
|||
Loading…
Reference in a new issue