changed log level on IndexWorkerThread messages

This commit is contained in:
brianjlowe 2011-07-11 20:16:26 +00:00
parent f50bc009c3
commit 743f2e507b

View file

@ -45,7 +45,7 @@ class IndexWorkerThread extends Thread{
// done so shut this thread down. // done so shut this thread down.
stopRequested = true; stopRequested = true;
} }
log.info("Worker number " + threadNum + " exiting."); log.debug("Worker number " + threadNum + " exiting.");
} }
protected void addDocsToIndex() { protected void addDocsToIndex() {