From 73d36e3ff9d9957737e584aba2841e3ca4621689 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 18 Nov 2016 10:21:02 +0100 Subject: util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3) --- 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 b3f07257..ca97afb5 100644 --- a/util/dependencies.lua +++ b/util/dependencies.lua @@ -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"; -- cgit v1.2.3