Browse Source

Fixed runtime error.

Martin Edenhofer 8 years ago
parent
commit
5bacada8ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/channel.rb

+ 1 - 1
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