Fix sudo wrapper logger name
This commit is contained in:
parent
86083fbe36
commit
1c5c73b08a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module Vagrant
|
|||
|
||||
def initialize(wrapper_path = nil)
|
||||
@wrapper_path = wrapper_path
|
||||
@logger = Log4r::Logger.new("vagrant::lxc::shell")
|
||||
@logger = Log4r::Logger.new("vagrant::lxc::sudo_wrapper")
|
||||
end
|
||||
|
||||
def run(*command)
|
||||
|
|
Loading…
Reference in a new issue