Skip to content

Commit cb82f66

Browse files
tulinkryVladimir Kotal
authored andcommitted
fixes #1991
1 parent b96be48 commit cb82f66

File tree

1 file changed

+1
-0
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/index

1 file changed

+1
-0
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/index/Indexer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,6 +1092,7 @@ public void run() {
10921092

10931093
// Wait forever for the executors to finish.
10941094
try {
1095+
LOGGER.info("Waiting for the executors to finish");
10951096
latch.await(999, TimeUnit.DAYS);
10961097
} catch (InterruptedException exp) {
10971098
LOGGER.log(Level.WARNING, "Received interrupt while waiting" +

0 commit comments

Comments
 (0)