util.sasl.scram: Fixed a log level.

Thu, 03 Jun 2010 17:47:51 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Thu, 03 Jun 2010 17:47:51 +0500
changeset 3186
b308450740b0
parent 3185
a31559c52842
child 3187
f22248192c3e

util.sasl.scram: Fixed a log level.

util/sasl/scram.lua file | annotate | diff | comparison | revisions
--- 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