Better logging around environment hooks
This commit is contained in:
parent
46db50680b
commit
9750069312
|
@ -244,6 +244,7 @@ module Vagrant
|
|||
#
|
||||
# @param [Symbol] name Name of the hook.
|
||||
def hook(name)
|
||||
@logger.info("Running hook: #{name}")
|
||||
callable = Proc.new {}
|
||||
action_runner.run(callable, :action_name => name)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue