From 40402c32ff8a209641d2212702f3e7e33ba23e51 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 5 Jul 2021 07:43:01 +0200 Subject: lsp/vhdl_ls.py: slightly improve log message --- pyGHDL/lsp/vhdl_ls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyGHDL/lsp/vhdl_ls.py b/pyGHDL/lsp/vhdl_ls.py index 61c4aed23..0c022c380 100644 --- a/pyGHDL/lsp/vhdl_ls.py +++ b/pyGHDL/lsp/vhdl_ls.py @@ -72,7 +72,7 @@ class VhdlLanguageServer(object): **_ ): log.debug( - "Language server initialized with %s %s %s %s", + "Language server initialize: pid=%s uri=%s path=%s options=%s", processId, rootUri, rootPath, -- cgit v1.2.3