From 5bacada8ca55324b293e733ad2b951d3aefc4a0c Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 24 May 2016 10:16:55 +0200 Subject: [PATCH] Fixed runtime error. --- app/models/channel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/channel.rb b/app/models/channel.rb index 1d9874926..0e3574fcd 100644 --- a/app/models/channel.rb +++ b/app/models/channel.rb @@ -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