diff --git a/LANforge/JsonUtils.pm b/LANforge/JsonUtils.pm index 25f58c2a..5844486c 100644 --- a/LANforge/JsonUtils.pm +++ b/LANforge/JsonUtils.pm @@ -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") {