]> git.proxmox.com Git - pve-manager.git/commit - PVE/VZDump.pm
use log method from base VZDump::Plugin
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Sep 2017 08:30:15 +0000 (10:30 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 22 Sep 2017 07:34:09 +0000 (09:34 +0200)
commita5c94797056bd1810c85d327301098b62e9051d3
treee1f886cce196cd4985a2d4fb0edeecb59f1f2be1
parent8ed196a40828dac497646563f711d142c6b12fd1
use log method from base VZDump::Plugin

we copied our log method over there to resolve a cyclic dependency,
now use it here to reduce code duplication.
As we are below pve-guest-common in the dpendency hierachy we may use
it, but it does not may (or at least should) use us.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/VZDump.pm