mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-17 10:21:29 +00:00
minor fix: remove debug output
This commit is contained in:
parent
4df6a1644a
commit
035c760b53
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
RELEASE=2.1
|
RELEASE=2.1
|
||||||
|
|
||||||
VERSION=1.0
|
VERSION=1.0
|
||||||
PKGREL=30
|
PKGREL=31
|
||||||
|
|
||||||
PACKAGE=libpve-common-perl
|
PACKAGE=libpve-common-perl
|
||||||
|
|
||||||
|
@ -953,9 +953,6 @@ sub get_options {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$opts = PVE::Tools::decode_utf8_parameters($opts);
|
$opts = PVE::Tools::decode_utf8_parameters($opts);
|
||||||
if ($opts->{description}) {
|
|
||||||
print "TEST: " . PVE::Tools::encode_text($opts->{description}) . "\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach my $p (keys %$opts) {
|
foreach my $p (keys %$opts) {
|
||||||
if (my $pd = $schema->{properties}->{$p}) {
|
if (my $pd = $schema->{properties}->{$p}) {
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
libpve-common-perl (1.0-31) unstable; urgency=low
|
||||||
|
|
||||||
|
* minor fix: remove debug output
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 11 Sep 2012 09:22:13 +0200
|
||||||
|
|
||||||
libpve-common-perl (1.0-30) unstable; urgency=low
|
libpve-common-perl (1.0-30) unstable; urgency=low
|
||||||
|
|
||||||
* allow more that 10 physical network interfaces
|
* allow more that 10 physical network interfaces
|
||||||
|
Loading…
Reference in New Issue
Block a user