mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-30 16:36:29 +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 when is_list(FileName) ->
|
||||||
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.", []),
|
"module wants to use the CAPTCHA feature.", []),
|
||||||
throw({error, option_not_configured_captcha_cmd})
|
throw({error, option_not_configured_captcha_cmd})
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user