[clangd] Fix Output.log error

llvm-svn: 295305
This commit is contained in:
Krasimir Georgiev 2017-02-16 10:53:27 +00:00
parent 1b8bfd4b76
commit f7de84ab9f
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void TextDocumentOnTypeFormattingHandler::handleMethod(
llvm::yaml::MappingNode *Params, StringRef ID) {
auto DOTFP = DocumentOnTypeFormattingParams::parse(Params);
if (!DOTFP) {
Output.logs() << "Failed to decode DocumentOnTypeFormattingParams!\n";
Output.log("Failed to decode DocumentOnTypeFormattingParams!\n");
return;
}