Fix logger namespace typo

This commit is contained in:
Brian Cain 2019-10-30 15:37:01 -07:00
parent d54e870752
commit 6c54bf6ad9
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ module VagrantPlugins
attr_accessor :config
def initialize(type)
@logger = Log4r::Logger.new("vagrant::config::vm::trigger::config")
@logger = Log4r::Logger.new("vagrant::config::vm::disk")
@type = type