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:
Michael McCandless 2012-07-29 10:41:38 +00:00
parent eef6a6bec2
commit 9798ad2498
1 changed files with 1 additions and 1 deletions

View File

@ -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) {