updating error message to debug instead for NIHVIVO-3366

This commit is contained in:
hjkhjk54 2011-11-29 20:11:42 +00:00
parent d51dbd0e86
commit 1fd2d3198f

View file

@ -268,7 +268,7 @@ public class SelectListGeneratorVTwo {
Collections.sort(individuals);
if (individuals.size()==0){
log.error("No individuals of type "+vclass.getName()+" to add to pick list in SelectListGenerator.getOptions()");
log.debug("No individuals of type "+vclass.getName()+" to add to pick list in SelectListGenerator.getOptions()");
optionsMap.put("", "No " + vclass.getName() + " found");
}else{
for( Individual ind : individuals ) {