changes warning to just print statement

This commit is contained in:
Jed Reynolds
2018-10-10 18:57:42 -07:00
parent 5fb5f93765
commit 9ddf80dfdb

View File

@@ -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") {