Skip to content

Commit 7ba1664

Browse files
ChuanqiXu9github-actions[bot]
authored andcommitted
Automerge: [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.
2 parents 2ca6c34 + c2e8065 commit 7ba1664

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)