mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 10:22:34 +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}) {
|
||||
print Dumper($rh_list);
|
||||
warn "flatten_list: $list_name not found";
|
||||
print "flatten_list: $list_name not found\n";
|
||||
return;
|
||||
}
|
||||
if (ref $rh_list->{$list_name} eq "HASH") {
|
||||
|
||||
Reference in New Issue
Block a user