From b24f10ffeab4c9298f17a4b51aa67f29f3b29a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 26 Mar 2019 10:03:29 +0800 Subject: =?UTF-8?q?=E6=94=B9=E4=B8=80=E4=B8=8B=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/config.lua | 2 +- server/src/service.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'server') diff --git a/server/src/config.lua b/server/src/config.lua index 2c18d0d0..fb406ec3 100644 --- a/server/src/config.lua +++ b/server/src/config.lua @@ -65,7 +65,7 @@ local function setConfig(self, config) end end end - log.debug('配置更新:', table.dump(Config)) + log.debug('Config update: ', table.dump(Config)) end) end diff --git a/server/src/service.lua b/server/src/service.lua index 92c24664..85d55543 100644 --- a/server/src/service.lua +++ b/server/src/service.lua @@ -204,7 +204,7 @@ function mt:readText(uri, path, buf, compiled) end local text = buf or io.load(path) if not text then - log.debug('无法找到文件:', path) + log.debug('No file: ', path) return end self._file[uri] = { @@ -449,7 +449,6 @@ function mt:doDiagnostics(uri) return end if res then - log.debug('诊断:', uri, obj.version) rpc:notify(name, { uri = uri, diagnostics = res, -- cgit v1.2.3