mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_saslauth: Log debug message with full error if cyrussasl couldn't be loaded
This commit is contained in:
parent
a7e7b8488b
commit
8900765d21
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ if sasl_backend == "cyrus" then
|
|||
else
|
||||
sasl_backend = "builtin";
|
||||
module:log("warn", "Failed to load Cyrus SASL, falling back to builtin auth mechanisms");
|
||||
module:log("debug", "Failed to load Cyrus because: %s", cyrus);
|
||||
end
|
||||
end
|
||||
if not new_sasl then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue