24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-20 22:22:09 +02:00

Reduce verbosity of log when captcha_cmd is checked but not configured.

This commit is contained in:
Badlop 2010-04-12 13:33:13 +02:00
parent 3581b137e1
commit d2104ba4e1

View File

@ -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.