fix #2219 improve log message

This commit is contained in:
Shinsuke Sugaya 2019-08-24 14:33:06 +09:00
parent a6387763be
commit 50ecb18987

View file

@ -494,7 +494,7 @@ public class IndexUpdater extends Thread {
if (totalHits > 0) {
buf.append(arList.size()).append('/').append(totalHits).append(" docs (Doc:{access ");
} else {
buf.append("no docs (Doc:{access ");
buf.append("no docs in indexing queue (Doc:{access ");
}
buf.append(System.currentTimeMillis() - execTime).append("ms");
if (cleanupTime >= 0) {