plugins/mod_auth_internal_hashed.lua
changeset 4603 6900c9484834
parent 4160 f08f649b898b
child 4763 322b7335fbf3
--- a/plugins/mod_auth_internal_hashed.lua	Sun Mar 11 20:16:57 2012 +0100
+++ b/plugins/mod_auth_internal_hashed.lua	Sun Mar 11 20:56:09 2012 +0000
@@ -54,7 +54,7 @@
 
 function new_hashpass_provider(host)
 	local provider = { name = "internal_hashed" };
-	log("debug", "initializing hashpass authentication provider for host '%s'", host);
+	log("debug", "initializing internal_hashed authentication provider for host '%s'", host);
 
 	function provider.test_password(username, password)
 		local credentials = datamanager.load(username, host, "accounts") or {};