diff options
Diffstat (limited to 'server/src/matcher')
-rw-r--r-- | server/src/matcher/diagnostics.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/matcher/diagnostics.lua b/server/src/matcher/diagnostics.lua index 0a4c149f..124f86fe 100644 --- a/server/src/matcher/diagnostics.lua +++ b/server/src/matcher/diagnostics.lua @@ -179,7 +179,7 @@ return function (ast, results, lines, uri) datas[#datas+1] = { start = start, finish = finish, - level = 'Warning', + level = 'Information', message = ('Redefined local `%s`'):format(key), -- LOCALE related = related, } |