Skip to content

Commit f22c2d6

Browse files
committed
remove extraneous message emitted to stderr about extra ctags config file
1 parent 7470afa commit f22c2d6

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)