aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-04-12 13:33:13 +0200
committerBadlop <badlop@process-one.net>2010-04-28 20:06:27 +0200
commit3ba0061adab42fc81a771ed50ae96d6e868a621f (patch)
tree9cc19c7a55019a9c8d5d733c10dadc4b3de7c6c8 /src
parentNew 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.
Diffstat (limited to 'src')
-rw-r--r--src/ejabberd_captcha.erl2
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.