correcting typo in log message
This commit is contained in:
parent
9f928d930f
commit
c201e7389f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue