util/sasl/scram.lua

changeset 3167
6459166ed8f3
parent 3124
21e60658767d
child 3168
bb4286962d69
--- a/util/sasl/scram.lua	Thu Jun 03 17:27:49 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