diff --git a/src/ejabberd_captcha.erl b/src/ejabberd_captcha.erl index 95e7728f8..ab3271b80 100644 --- a/src/ejabberd_captcha.erl +++ b/src/ejabberd_captcha.erl @@ -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.