diff --git a/crates/lsp/src/lsp.rs b/crates/lsp/src/lsp.rs index b21ee24b70..ad3a211e4c 100644 --- a/crates/lsp/src/lsp.rs +++ b/crates/lsp/src/lsp.rs @@ -210,7 +210,7 @@ impl LanguageServer { cx, move |notification| { log::info!( - "{} unhandled notification {}:\n{}", + "Language server with id {} sent unhandled notification {}:\n{}", server_id, notification.method, serde_json::to_string_pretty(