mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Log what wasn't handled by wrapper
This commit is contained in:
parent
17fc49cf41
commit
3f557e26f1
1 changed files with 2 additions and 3 deletions
|
|
@ -57,9 +57,8 @@ module Vagrant
|
|||
begin
|
||||
@client.get_config(namespace)
|
||||
rescue => err
|
||||
val = @root.send(*args)
|
||||
@logger.warn("failed to get config value, reason: #{err} - returning val: #{val}")
|
||||
val
|
||||
@logger.warn("config wrapper failed to process request: #{args} Reason: #{err}")
|
||||
@root.send(*args)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue