mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3)
This commit is contained in:
parent
8624ff8562
commit
73d36e3ff9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ local function check_dependencies()
|
|||
end
|
||||
|
||||
local function log_warnings()
|
||||
if _VERSION > "Lua 5.1" then
|
||||
if _VERSION > "Lua 5.2" then
|
||||
prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION);
|
||||
end
|
||||
local ssl = softreq"ssl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue