mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.dependencies: Deprecate support for Lua 5.1, this is your final warning
This commit is contained in:
parent
b1c7b93139
commit
5393bff075
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ local function log_warnings()
|
||||||
if _VERSION > "Lua 5.4" then
|
if _VERSION > "Lua 5.4" then
|
||||||
prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION);
|
prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION);
|
||||||
elseif _VERSION < "Lua 5.2" then
|
elseif _VERSION < "Lua 5.2" then
|
||||||
prosody.log("warn", "%s has several issues and support is being phased out, consider upgrading", _VERSION);
|
prosody.log("warn", "%s support is deprecated, upgrade as soon as possible", _VERSION);
|
||||||
end
|
end
|
||||||
local ssl = softreq"ssl";
|
local ssl = softreq"ssl";
|
||||||
if ssl then
|
if ssl then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue