Software /
code /
prosody
Diff
plugins/mod_auth_anonymous.lua @ 3270:4710fd513f94
mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 15 Jun 2010 09:14:47 +0500 |
parent | 3191:b6388c4f9250 |
child | 3291:c06b3f7c92b1 |
line wrap: on
line diff
--- a/plugins/mod_auth_anonymous.lua Tue Jun 15 09:12:49 2010 +0500 +++ b/plugins/mod_auth_anonymous.lua Tue Jun 15 09:14:47 2010 +0500 @@ -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;