aboutsummaryrefslogtreecommitdiffstats
path: root/core/loggingmanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/loggingmanager.lua')
-rw-r--r--core/loggingmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua
index d33eef36..1717f059 100644
--- a/core/loggingmanager.lua
+++ b/core/loggingmanager.lua
@@ -20,7 +20,7 @@ local config = require "prosody.core.configmanager";
local logger = require "prosody.util.logger";
local have_pposix, pposix = pcall(require, "prosody.util.pposix");
-have_pposix = have_pposix and pposix._VERSION == "0.4.0";
+have_pposix = have_pposix and pposix._VERSION == "0.4.1";
local _ENV = nil;
-- luacheck: std none