mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_bosh: Use moduleapi logger
This commit is contained in:
parent
ccbc346900
commit
a8c7b08aac
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ local new_uuid = require "util.uuid".generate;
|
|||
local core_process_stanza = prosody.core_process_stanza;
|
||||
local st = require "util.stanza";
|
||||
local logger = require "util.logger";
|
||||
local log = logger.init("mod_bosh");
|
||||
local log = module._log;
|
||||
local initialize_filters = require "util.filters".initialize;
|
||||
local math_min = math.min;
|
||||
local tostring, type = tostring, type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue