summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-11 14:40:49 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-11-11 14:40:49 +0000
commitc63ab52201dc6b887a4ea129896f2c856c9b8658 (patch)
treea01c32d66e5dc46feaf74c5437ce15db48c41f2c /lib
parente9f9927534d8a4be9145819fcb78a5d02de24e88 (diff)
downloadredmine-c63ab52201dc6b887a4ea129896f2c856c9b8658.tar.gz
redmine-c63ab52201dc6b887a4ea129896f2c856c9b8658.zip
Rails3: replace deprecated RAILS_DEFAULT_LOGGER at lib/redmine/ciphering.rb (#9552)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7781 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/ciphering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/ciphering.rb b/lib/redmine/ciphering.rb
index b07d9fa09..959aa71c3 100644
--- a/lib/redmine/ciphering.rb
+++ b/lib/redmine/ciphering.rb
@@ -62,7 +62,7 @@ module Redmine
end
def logger
- RAILS_DEFAULT_LOGGER
+ Rails.logger
end
end