mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Reduce verbosity of log when captcha_cmd is checked but not configured.
This commit is contained in:
parent
705c5b4c1c
commit
3ba0061ada
@ -328,7 +328,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