From 5393bff075e8ff9edefe0752dffbc3e15a8bc773 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 30 Jun 2022 17:03:50 +0200 Subject: util.dependencies: Deprecate support for Lua 5.1, this is your final warning --- util/dependencies.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/dependencies.lua b/util/dependencies.lua index d7836404..7ecbf797 100644 --- a/util/dependencies.lua +++ b/util/dependencies.lua @@ -155,7 +155,7 @@ local function log_warnings() if _VERSION > "Lua 5.4" then prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION); 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 local ssl = softreq"ssl"; if ssl then -- cgit v1.2.3