Skip to content

Commit 3ea9da5

Browse files
author
Vladimir Kotal
authored
print indexer version (#2101)
fixes #2098
1 parent 08342ce commit 3ea9da5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/org/opensolaris/opengrok/index/Indexer.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ public static void main(String argv[]) {
286286
}
287287
}
288288

289+
LOGGER.log(Level.INFO, "Indexer version {0} ({1})",
290+
new Object[]{ Info.getVersion(), Info.getRevision()});
291+
289292
// Get history first.
290293
getInstance().prepareIndexer(env, searchRepositories, addProjects,
291294
defaultProjects,

0 commit comments

Comments
 (0)