diff -r 342fd8f8ccd9 -r 4710fd513f94 plugins/mod_auth_anonymous.lua --- 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;