diff --git a/crates/lsp/src/lsp.rs b/crates/lsp/src/lsp.rs index b21ee24b70b8ad20830286e5e3bcd361ba4bb22c..ad3a211e4c5087b76faf95ef44c2378b6c3fccbf 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(