mirror of https://github.com/apache/lucene.git
fix confusing IW infoStream message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eef6a6bec2
commit
9798ad2498
|
@ -3085,7 +3085,7 @@ public class IndexWriter implements Closeable, TwoPhaseCommit {
|
|||
checkpoint();
|
||||
|
||||
if (infoStream.isEnabled("IW")) {
|
||||
infoStream.message("IW", "after commit: " + segString());
|
||||
infoStream.message("IW", "after commitMerge: " + segString());
|
||||
}
|
||||
|
||||
if (merge.maxNumSegments != -1 && !dropSegment) {
|
||||
|
|
Loading…
Reference in New Issue