diff options
author | Badlop <badlop@process-one.net> | 2010-04-12 13:33:13 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-04-28 20:06:27 +0200 |
commit | 3ba0061adab42fc81a771ed50ae96d6e868a621f (patch) | |
tree | 9cc19c7a55019a9c8d5d733c10dadc4b3de7c6c8 | |
parent | New Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213) (diff) |
Reduce verbosity of log when captcha_cmd is checked but not configured.
-rw-r--r-- | src/ejabberd_captcha.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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. |