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 865a485 commit 9e7a7ebCopy full SHA for 9e7a7eb
src/org/opensolaris/opengrok/index/Indexer.java
@@ -564,7 +564,7 @@ public static void main(String argv[]) {
564
}
565
long stop = System.currentTimeMillis();
566
String time_str = StringUtils.getReadableTime(stop - start);
567
- log.log(Level.INFO, "Total indexing time: {0})", time_str);
+ log.log(Level.INFO, "Total indexing time: {0}", time_str);
568
getInstance().sendToConfigHost(env, configHost);
569
} catch (IndexerException ex) {
570
log.log(Level.SEVERE, "Exception running indexer", ex);
0 commit comments