correcting typo in log message

This commit is contained in:
brianjlowe 2013-10-17 09:14:16 -04:00
parent 9f928d930f
commit c201e7389f

View file

@ -495,7 +495,7 @@ public class IndexBuilder extends VitroBackgroundThread {
counter ++;
}
log.info("Number of individuals to be indexed : " + counter + " by "
+ workers + " worker theads.");
+ workers + " worker threads.");
return work;
}