mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 02:38:03 +00:00 
			
		
		
		
	JsonUtils: adds debugging to check on wrong reference
This commit is contained in:
		| @@ -107,8 +107,9 @@ sub flatten_list { | |||||||
|    my $list_name = shift; |    my $list_name = shift; | ||||||
|    my $rh_irefs = {}; |    my $rh_irefs = {}; | ||||||
|    return if (!defined $rh_list); |    return if (!defined $rh_list); | ||||||
|        |  | ||||||
|    if (!defined $rh_list->{$list_name}) { |    if (!defined $rh_list->{$list_name}) { | ||||||
|  |       print Dumper($rh_list); | ||||||
|       warn "flatten_list: $list_name not found"; |       warn "flatten_list: $list_name not found"; | ||||||
|       return; |       return; | ||||||
|    } |    } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jed Reynolds
					Jed Reynolds