mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".
This commit is contained in:
parent
1a8e5b9950
commit
b4f3125dc7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
-- COPYING file in the source package for more information.
|
||||
--
|
||||
|
||||
local log = require "util.logger".init("usermanager");
|
||||
local log = require "util.logger".init("auth_anonymous");
|
||||
local type = type;
|
||||
local ipairs = ipairs;
|
||||
local jid_bare = require "util.jid".bare;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue