Skip to content

Commit 168050b

Browse files
authored
Merge pull request #1804 from vladak/ctags_stderr_gone
remove extraneous message emitted to stderr about extra ctags config …
2 parents 7470afa + f22c2d6 commit 168050b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ public static void main(String argv[]) {
328328
+ "' not found for the -o option");
329329
System.exit(1);
330330
}
331-
System.err.println("INFO: file with extra "
332-
+ "options for ctags: " + CTagsExtraOptionsFile);
333331
cfg.setCTagsExtraOptionsFile(CTagsExtraOptionsFile);
334332
break;
335333
case 'P':

0 commit comments

Comments
 (0)