# HG changeset patch # User Kim Alvefur # Date 1731764136 -3600 # Node ID 93304fd878b2fc7a0ce695ce35bcf161cb482697 # Parent a350f6332bd87fc5dc6e5b2cadb523fc5bba61b5 core.loggingmanager: Bump expected util.pposix version Otherwise no syslog or console detection diff -r a350f6332bd8 -r 93304fd878b2 core/loggingmanager.lua --- a/core/loggingmanager.lua Sat Nov 16 14:35:11 2024 +0100 +++ b/core/loggingmanager.lua Sat Nov 16 14:35:36 2024 +0100 @@ -20,7 +20,7 @@ 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