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 a9a037c commit 026d697Copy full SHA for 026d697
tools/src/main/python/indexer.py
@@ -91,7 +91,7 @@ def FindCtags(logger):
91
binary = None
92
logger.debug("Trying to find ctags binary")
93
for program in ['universal-ctags', 'ctags']:
94
- executable = get_command(logger, None, program)
+ executable = get_command(logger, None, program, level=logging.DEBUG)
95
if executable:
96
# Verify that this executable is or is Universal Ctags
97
# by matching the output when run with --version.
0 commit comments