mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
prune_nfs_exports: create Logger instance.
Fix #1110 Signed-off-by: Philippe Vanhaesendonck <philippe.vanhaesendonck@e-bulles.be>
This commit is contained in:
parent
d75c9ffda3
commit
4472654ba0
@ -8,6 +8,7 @@ module VagrantPlugins
|
|||||||
include VagrantPlugins::ProviderLibvirt::Util::Nfs
|
include VagrantPlugins::ProviderLibvirt::Util::Nfs
|
||||||
|
|
||||||
def initialize(app, _env)
|
def initialize(app, _env)
|
||||||
|
@logger = Log4r::Logger.new('vagrant_libvirt::action::prune_nfs_exports')
|
||||||
@app = app
|
@app = app
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user