diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-25 16:54:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-25 16:54:23 +0000 |
commit | e7b9a9c6ff43711faf5ef0f1c480b43c61636f8c (patch) | |
tree | b75f67d4222a8182799a8a82be4c83025dd18034 /lib/redmine/imap.rb | |
parent | 472d3a00a314083e8fb085d414aac4e62d24eaff (diff) | |
download | redmine-e7b9a9c6ff43711faf5ef0f1c480b43c61636f8c.tar.gz redmine-e7b9a9c6ff43711faf5ef0f1c480b43c61636f8c.zip |
Replace RAILS_DEFAULT_LOGGER with ::Rails.logger (#11013).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9712 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/imap.rb')
-rw-r--r-- | lib/redmine/imap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/imap.rb b/lib/redmine/imap.rb index dd1904d3a..eb37a16a4 100644 --- a/lib/redmine/imap.rb +++ b/lib/redmine/imap.rb @@ -53,7 +53,7 @@ module Redmine private def logger - RAILS_DEFAULT_LOGGER + ::Rails.logger end end end |