mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
core.loggingmanager: Bump expected util.pposix version
Otherwise no syslog or console detection
This commit is contained in:
parent
35e92231f8
commit
4bf9c26a26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue