Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed Nov 27, 2023
1 parent a5a7ae6 commit 6d17eb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2599,8 +2599,8 @@ public void append(LogEvent event) {
} else if (event.getLoggerName().endsWith(".MS")
&& formattedMessage.contains("MS: merge thread")
&& formattedMessage.endsWith("end")) {
luceneMergeSchedulerEnded.set(true);
}
luceneMergeSchedulerEnded.set(true);
}
}
}
}
Expand Down

0 comments on commit 6d17eb1

Please sign in to comment.