Changeset

3269:342fd8f8ccd9

mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager".
author Waqas Hussain <waqas20@gmail.com>
date Tue, 15 Jun 2010 09:12:49 +0500
parents 3268:c1b687a5818d
children 3270:4710fd513f94
files plugins/mod_auth_internal_hashed.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;