mythicdyn: remove duplicate ‘verbose’ output
This commit is contained in:
parent
20f74c3279
commit
620daf4130
1 changed files with 0 additions and 1 deletions
|
|
@ -5911,7 +5911,6 @@ sub nic_mythicdyn_update {
|
||||||
# Update each set configured host.
|
# Update each set configured host.
|
||||||
foreach my $h (@_) {
|
foreach my $h (@_) {
|
||||||
info("%s -- Setting IP address.", $h);
|
info("%s -- Setting IP address.", $h);
|
||||||
verbose("UPDATE:", "updating %s", $h);
|
|
||||||
|
|
||||||
my $ipversion = $config{$h}{'ipv6'} ? '6' : '4';
|
my $ipversion = $config{$h}{'ipv6'} ? '6' : '4';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue