mod_saslauth: Fix log level

Fri, 04 Jun 2010 13:55:39 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 04 Jun 2010 13:55:39 +0100
changeset 3173
46f5ed897beb
parent 3172
b932dde3bca5
child 3179
99c5288a26e4

mod_saslauth: Fix log level

plugins/mod_saslauth.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_saslauth.lua	Fri Jun 04 13:54:15 2010 +0100
+++ b/plugins/mod_saslauth.lua	Fri Jun 04 13:55:39 2010 +0100
@@ -200,7 +200,7 @@
 			elseif usermanager_get_provider(realm).test_password then
 				origin.sasl_handler = new_sasl(realm, testpass_authentication_profile);
 			else
-				log("warning", "AUTH: Could not load an authentication profile for the given provider.");
+				log("warn", "AUTH: Could not load an authentication profile for the given provider.");
 			end
 			if not (module:get_option("allow_unencrypted_plain_auth")) and not origin.secure then
 				origin.sasl_handler:forbidden({"PLAIN"});

mercurial