diff --git a/clang-tools-extra/clangd/Preamble.cpp b/clang-tools-extra/clangd/Preamble.cpp --- a/clang-tools-extra/clangd/Preamble.cpp +++ b/clang-tools-extra/clangd/Preamble.cpp @@ -552,7 +552,7 @@ } if (BuiltPreamble) { - vlog("Built preamble of size {0} for file {1} version {2} in {3} seconds", + log("Built preamble of size {0} for file {1} version {2} in {3} seconds", BuiltPreamble->getSize(), FileName, Inputs.Version, PreambleTimer.getTime()); std::vector Diags = PreambleDiagnostics.take();