mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager".
This commit is contained in:
parent
c44856d4d0
commit
1a8e5b9950
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
--
|
||||
|
||||
local datamanager = require "util.datamanager";
|
||||
local log = require "util.logger".init("usermanager");
|
||||
local log = require "util.logger".init("auth_internal_hashed");
|
||||
local type = type;
|
||||
local error = error;
|
||||
local ipairs = ipairs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue