X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FJSONSchema.pm;h=c2afc961e8f75c719ee9d8ae2f6981846c246508;hp=3e0fd52c13f54d0eab19e49dac5eece2129c7c5b;hb=3432ae0c5e45e181491a8bf90231c3a398086ee2;hpb=1cfd43f6f9db140eae25efa3817628680e6cc940 diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index 3e0fd52..c2afc96 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -37,7 +37,7 @@ sub get_standard_option { my ($name, $base) = @_; my $std = $standard_options->{$name}; - die "no such standard option\n" if !$std; + die "no such standard option '$name'\n" if !$std; my $res = $base || {};