plugins/mod_auth_internal_hashed.lua

changeset 3269
342fd8f8ccd9
parent 3268
c1b687a5818d
child 3287
e425e27c12be
--- a/plugins/mod_auth_internal_hashed.lua	Tue Jun 15 09:11:10 2010 +0500
+++ b/plugins/mod_auth_internal_hashed.lua	Tue Jun 15 09:12:49 2010 +0500
@@ -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;

mercurial