Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/editor.rs')
-rw-r--r--helix-view/src/editor.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs
index f13df213..ebf261f6 100644
--- a/helix-view/src/editor.rs
+++ b/helix-view/src/editor.rs
@@ -1236,8 +1236,7 @@ impl Editor {
Ok(client) => Some((lang, client)),
Err(err) => {
log::error!(
- "Failed to initialize the language servers for `{}` - `{}` {{ {} }}",
- language.scope(),
+ "Failed to initialize the language servers for `{}` {{ {} }}",
lang,
err
);