diff options
Diffstat (limited to 'util')
-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 c117bfc2..cd4f5ef7 100644 --- a/util/dependencies.lua +++ b/util/dependencies.lua @@ -153,7 +153,7 @@ local function check_dependencies() end local function log_warnings() - if _VERSION > "Lua 5.3" then + if _VERSION > "Lua 5.4" then prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION); end local ssl = softreq"ssl"; |