Diff

plugins/mod_auth_internal_hashed.lua @ 4684:dc70c4ffb66d

Merge timber->trunk - thanks everyone!
author Matthew Wild <mwild1@gmail.com>
date Tue, 24 Apr 2012 21:59:20 +0100
parent 4603:6900c9484834
child 4763:322b7335fbf3
line wrap: on
line diff
--- a/plugins/mod_auth_internal_hashed.lua	Tue Apr 24 03:23:44 2012 +0100
+++ b/plugins/mod_auth_internal_hashed.lua	Tue Apr 24 21:59:20 2012 +0100
@@ -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 {};