mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-27 11:26:48 +00:00
improve debug message
This commit is contained in:
parent
2d3bca34dd
commit
b732bea701
@ -115,7 +115,7 @@ sub init {
|
||||
foreach my $type (keys %$plugins) {
|
||||
my $props = $plugins->{$type}->properties();
|
||||
foreach my $p (keys %$props) {
|
||||
die "duplicate property" if defined($propertyList->{$p});
|
||||
die "duplicate property '$p'" if defined($propertyList->{$p});
|
||||
my $res = $propertyList->{$p} = {};
|
||||
my $data = $props->{$p};
|
||||
for my $a (keys %$data) {
|
||||
|
Loading…
Reference in New Issue
Block a user