mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 06:39:04 +00:00
vzdump: use debugmsg instead of warn
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
f1dd762969
commit
fb6871fc7f
@ -75,7 +75,7 @@ my $parse_prune_backups_maxfiles = sub {
|
||||
my $maxfiles = delete $param->{maxfiles};
|
||||
my $prune_backups = $param->{'prune-backups'};
|
||||
|
||||
warn "both 'maxfiles' and 'prune-backups' defined as ${kind} - ignoring 'maxfiles'\n"
|
||||
debugmsg('warn', "both 'maxfiles' and 'prune-backups' defined as ${kind} - ignoring 'maxfiles'")
|
||||
if defined($maxfiles) && defined($prune_backups);
|
||||
|
||||
if (defined($prune_backups)) {
|
||||
|
Loading…
Reference in New Issue
Block a user