util/sasl/scram.lua

changeset 3186
b308450740b0
parent 3123
0f21abc745ef
child 3188
d35b181a895a
--- a/util/sasl/scram.lua	Thu Jun 03 18:01:05 2010 +0500
+++ b/util/sasl/scram.lua	Thu Jun 03 17:47:51 2010 +0500
@@ -105,7 +105,7 @@
 		return false, "inappropriate argument types"
 	end
 	if iteration_count < 4096 then
-		log("warning", "Iteration count < 4096 which is the suggested minimum according to RFC 5802.")
+		log("warn", "Iteration count < 4096 which is the suggested minimum according to RFC 5802.")
 	end
 
 	return true, Hi(hmac_sha1, password, salt, iteration_count);

mercurial