Fixed runtime error.

This commit is contained in:
Martin Edenhofer 2016-05-24 10:16:55 +02:00
parent ed48d92a16
commit 5bacada8ca

View file

@ -208,7 +208,7 @@ send via account
# ignore notifications in developer mode
if notification == true && Setting.get('developer_mode') == true
logger.notice "Do not send notification #{mail_params.inspect} because of enabled developer_mode"
logger.info "Do not send notification #{mail_params.inspect} because of enabled developer_mode"
return
end