mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 20:14:57 +00:00
changes warning to just print statement
This commit is contained in:
@@ -110,7 +110,7 @@ sub flatten_list {
|
|||||||
|
|
||||||
if (!defined $rh_list->{$list_name}) {
|
if (!defined $rh_list->{$list_name}) {
|
||||||
print Dumper($rh_list);
|
print Dumper($rh_list);
|
||||||
warn "flatten_list: $list_name not found";
|
print "flatten_list: $list_name not found\n";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (ref $rh_list->{$list_name} eq "HASH") {
|
if (ref $rh_list->{$list_name} eq "HASH") {
|
||||||
|
|||||||
Reference in New Issue
Block a user