Fix sudo wrapper logger name

This commit is contained in:
Fabio Rehm 2013-11-06 01:10:40 -02:00
parent 86083fbe36
commit 1c5c73b08a

View file

@ -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)