mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".

Tue, 15 Jun 2010 09:14:47 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Tue, 15 Jun 2010 09:14:47 +0500
changeset 3270
4710fd513f94
parent 3269
342fd8f8ccd9
child 3271
1b6c2984c1f4

mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".

plugins/mod_auth_anonymous.lua file | annotate | diff | comparison | revisions
--- 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;

mercurial