changed log level on IndexWorkerThread messages
This commit is contained in:
parent
f50bc009c3
commit
743f2e507b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class IndexWorkerThread extends Thread{
|
|||
// done so shut this thread down.
|
||||
stopRequested = true;
|
||||
}
|
||||
log.info("Worker number " + threadNum + " exiting.");
|
||||
log.debug("Worker number " + threadNum + " exiting.");
|
||||
}
|
||||
|
||||
protected void addDocsToIndex() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue