mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Reduce verbosity of log when captcha_cmd is checked but not configured.
This commit is contained in:
parent
3581b137e1
commit
d2104ba4e1
@ -556,7 +556,7 @@ get_prog_name() ->
|
||||
FileName when is_list(FileName) ->
|
||||
FileName;
|
||||
_ ->
|
||||
?CRITICAL_MSG("The option captcha_cmd is not configured, but some "
|
||||
?DEBUG("The option captcha_cmd is not configured, but some "
|
||||
"module wants to use the CAPTCHA feature.", []),
|
||||
throw({error, option_not_configured_captcha_cmd})
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user