mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_presence: Use logger supplied by modulemanager
This commit is contained in:
parent
5f25d03a92
commit
bc682f6d41
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@
|
|||
-- COPYING file in the source package for more information.
|
||||
--
|
||||
|
||||
|
||||
|
||||
local log = require "util.logger".init("mod_presence")
|
||||
local log = module._log;
|
||||
|
||||
local require = require;
|
||||
local pairs, ipairs = pairs, ipairs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue