From 396e1061837382d6e15dcb5184491657ffa2e3b8 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 4 Jun 2010 13:55:39 +0100 Subject: mod_saslauth: Fix log level --- plugins/mod_saslauth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_saslauth.lua') diff --git a/plugins/mod_saslauth.lua b/plugins/mod_saslauth.lua index 6499eafe..c16a14da 100644 --- a/plugins/mod_saslauth.lua +++ b/plugins/mod_saslauth.lua @@ -200,7 +200,7 @@ module:hook("stream-features", function(event) 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"}); -- cgit v1.2.3