jpountz commented on a change in pull request #1451:
URL: https://github.com/apache/lucene-solr/pull/1451#discussion_r413791931



##########
File path: 
lucene/core/src/java/org/apache/lucene/index/ConcurrentMergeScheduler.java
##########
@@ -516,18 +519,18 @@ public synchronized void merge(IndexWriter writer, 
MergeTrigger trigger) throws
 
     if (verbose()) {
       message("now merge");
-      message("  index: " + writer.segString());
+      message("  index(source): " + mergeSource.toString());

Review comment:
       did you mean to add `(source)` after `index` or is it a side-effect of a 
search/replace?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to