diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-02-04 19:01:24 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-02-07 05:35:56 +0800 |
commit | b1fd6910f030665eebf3d374a4cc64b555fafa12 (patch) | |
tree | 4540983e06a5066cd8f64bcde4b1fbbdf0f99457 /script | |
parent | 6c422b0ea25c28336af70db588c29f1dfc0d8fc3 (diff) | |
download | lua-language-server-b1fd6910f030665eebf3d374a4cc64b555fafa12.zip |
log init params
Diffstat (limited to 'script')
-rw-r--r-- | script/client.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/client.lua b/script/client.lua index 9f450b4c..32e74f63 100644 --- a/script/client.lua +++ b/script/client.lua @@ -629,7 +629,7 @@ local function hookPrint() end function m.init(t) - log.debug('Client init', inspect(t)) + log.info('Client init', inspect(t)) m.info = t nonil.enable() m.client(t.clientInfo.name) |