We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd17fd1 commit 77c959eCopy full SHA for 77c959e
opengrok-indexer/src/main/java/org/opengrok/indexer/index/IndexDatabase.java
@@ -483,6 +483,8 @@ public void update() throws IOException {
483
Statistics elapsed = new Statistics();
484
LOGGER.log(Level.INFO, "Starting traversal of directory {0}", dir);
485
indexDown(sourceRoot, dir, args);
486
+ elapsed.report(LOGGER, String.format("Done traversal of directory %s", dir));
487
+
488
showFileCount(dir, args, elapsed);
489
490
args.cur_count = 0;
0 commit comments