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 705c5b4c1c
commit 3ba0061ada
1 changed files with 1 additions and 1 deletions

View File

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