util/dependencies.lua
changeset 7726 488fddf88ffd
parent 7689 8d6f367bed8c
parent 7724 92f771147de8
child 7771 57d0f2d3d5c5
--- a/util/dependencies.lua	Thu Nov 17 23:20:41 2016 +0100
+++ b/util/dependencies.lua	Sat Nov 19 01:05:36 2016 +0100
@@ -136,7 +136,7 @@
 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";