Scripts: change warning to info

This commit is contained in:
Shahram Najm 2021-11-26 11:00:20 +00:00
parent 5960a63ada
commit e689d65ed0
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ if (-f "cfVarName.def") {
my %cfVar_map = process("cfVarName.def"); my %cfVar_map = process("cfVarName.def");
is_deeply(\%name_map, \%cfVar_map, 'Check name and cfVarName are the same'); is_deeply(\%name_map, \%cfVar_map, 'Check name and cfVarName are the same');
} else { } else {
print "\n\tWARNING: Did not find a cfVarName.def file!!!\n\n"; print "\n\tINFO: Did not find a cfVarName.def file!!!\n\n";
} }
done_testing(); done_testing();