core.loggingmanager: Bump expected util.pposix version

Otherwise no syslog or console detection
This commit is contained in:
Kim Alvefur 2024-11-16 14:35:36 +01:00
parent 35e92231f8
commit 4bf9c26a26

View file

@ -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