diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-07-05 07:43:01 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-07-05 07:44:25 +0200 |
commit | 40402c32ff8a209641d2212702f3e7e33ba23e51 (patch) | |
tree | c3872658221623c176f8a576bf3abb99b98b3e0f | |
parent | 1679b83fc60130ce4633e99f37bb3226f0ec86d2 (diff) | |
download | ghdl-40402c32ff8a209641d2212702f3e7e33ba23e51.tar.gz ghdl-40402c32ff8a209641d2212702f3e7e33ba23e51.tar.bz2 ghdl-40402c32ff8a209641d2212702f3e7e33ba23e51.zip |
lsp/vhdl_ls.py: slightly improve log message
-rw-r--r-- | pyGHDL/lsp/vhdl_ls.py | 2 |
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, |