[clangd] Reduce logspam for CDB scanning

This commit is contained in:
Sam McCall 2021-01-14 23:54:51 +01:00
parent a55a0a3056
commit 4183999e0f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}