Software /
code /
prosody
Changeset
13565:93304fd878b2
core.loggingmanager: Bump expected util.pposix version
Otherwise no syslog or console detection
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 16 Nov 2024 14:35:36 +0100 |
parents | 13564:a350f6332bd8 |
children | 13566:2fb4ce131131 |
files | core/loggingmanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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