Skip to content

Commit c2e8065

Browse files
committed
[NFC] [clangd] [Modules] remove dot in log
The dot in the log makes it hard to copy and execute the commands from the log. Remove it.
1 parent 97b3cb2 commit c2e8065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clangd/ModulesBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ buildModuleFile(llvm::StringRef ModuleName, PathRef ModuleUnitFileName,
315315
Cmds += Arg;
316316
}
317317

318-
clangd::vlog("Failed to compile {0} with command: {1}.", ModuleUnitFileName,
318+
clangd::vlog("Failed to compile {0} with command: {1}", ModuleUnitFileName,
319319
Cmds);
320320

321321
std::string BuiltModuleFilesStr = BuiltModuleFiles.getAsString();

0 commit comments

Comments
 (0)