updating error message to debug instead for NIHVIVO-3366
This commit is contained in:
parent
d51dbd0e86
commit
1fd2d3198f
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue