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.
2 parents 7470afa + f22c2d6 commit 168050bCopy full SHA for 168050b
src/org/opensolaris/opengrok/index/Indexer.java
@@ -328,8 +328,6 @@ public static void main(String argv[]) {
328
+ "' not found for the -o option");
329
System.exit(1);
330
}
331
- System.err.println("INFO: file with extra "
332
- + "options for ctags: " + CTagsExtraOptionsFile);
333
cfg.setCTagsExtraOptionsFile(CTagsExtraOptionsFile);
334
break;
335
case 'P':
0 commit comments