aboutsummaryrefslogtreecommitdiffstats
path: root/util/dependencies.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-11-19 01:05:36 +0100
committerKim Alvefur <zash@zash.se>2016-11-19 01:05:36 +0100
commitd8aafa0efe7e6106b663c4f76b4e8cde33fe8944 (patch)
tree10c5a2294941641099a92c40f24081bcf121cd8f /util/dependencies.lua
parentfd894fe73e9890435a1c0ec97b660c888ac38e3b (diff)
parentf043b0f7eaed6fad1430f149278b37d2e2a2010c (diff)
downloadprosody-d8aafa0efe7e6106b663c4f76b4e8cde33fe8944.tar.gz
prosody-d8aafa0efe7e6106b663c4f76b4e8cde33fe8944.zip
Merge 0.10->trunk
Diffstat (limited to 'util/dependencies.lua')
-rw-r--r--util/dependencies.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dependencies.lua b/util/dependencies.lua
index a644c395..b093e6cf 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";