projects
/
pve-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d3bca3
)
improve debug message
author
Dietmar Maurer
<dietmar@proxmox.com>
Mon, 23 Jun 2014 11:53:41 +0000
(13:53 +0200)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Mon, 23 Jun 2014 11:53:41 +0000
(13:53 +0200)
data/PVE/SectionConfig.pm
patch
|
blob
|
history
diff --git
a/data/PVE/SectionConfig.pm
b/data/PVE/SectionConfig.pm
index
5a6dcb1
..
06ebbe7
100644
(file)
--- a/
data/PVE/SectionConfig.pm
+++ b/
data/PVE/SectionConfig.pm
@@
-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) {