plugins/mod_auth_anonymous.lua
changeset 3270 4710fd513f94
parent 3191 b6388c4f9250
child 3291 c06b3f7c92b1
--- 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;