diff options
author | Kim Alvefur <zash@zash.se> | 2016-11-19 01:05:36 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-11-19 01:05:36 +0100 |
commit | da42ca2167a2051d2fa85400be3ce0f516909704 (patch) | |
tree | 10c5a2294941641099a92c40f24081bcf121cd8f /util/dependencies.lua | |
parent | 59e7a632af33944016e3cbdb8a787a82188314ba (diff) | |
parent | 383aa66ca845f5f85684f9a30f8bc0933513fe98 (diff) | |
download | prosody-da42ca2167a2051d2fa85400be3ce0f516909704.tar.gz prosody-da42ca2167a2051d2fa85400be3ce0f516909704.zip |
Merge 0.10->trunk
Diffstat (limited to 'util/dependencies.lua')
-rw-r--r-- | util/dependencies.lua | 2 |
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"; |