forked from OSchip/llvm-project
[clangd] Reduce logspam for CDB scanning
This commit is contained in:
parent
a55a0a3056
commit
4183999e0f
|
@ -350,7 +350,7 @@ bool DirectoryBasedGlobalCompilationDatabase::DirectoryCache::load(
|
|||
}
|
||||
// Don't log Error here, it's usually just "couldn't find <file>".
|
||||
}
|
||||
vlog("No compilation database at {0}", Path);
|
||||
dlog("No compilation database at {0}", Path);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue