aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/vhdl_ls.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-07-05 07:43:01 +0200
committerTristan Gingold <tgingold@free.fr>2021-07-05 07:44:25 +0200
commit40402c32ff8a209641d2212702f3e7e33ba23e51 (patch)
treec3872658221623c176f8a576bf3abb99b98b3e0f /pyGHDL/lsp/vhdl_ls.py
parent1679b83fc60130ce4633e99f37bb3226f0ec86d2 (diff)
downloadghdl-40402c32ff8a209641d2212702f3e7e33ba23e51.tar.gz
ghdl-40402c32ff8a209641d2212702f3e7e33ba23e51.tar.bz2
ghdl-40402c32ff8a209641d2212702f3e7e33ba23e51.zip
lsp/vhdl_ls.py: slightly improve log message
Diffstat (limited to 'pyGHDL/lsp/vhdl_ls.py')
-rw-r--r--pyGHDL/lsp/vhdl_ls.py2
1 files changed, 1 insertions, 1 deletions
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,