Skip to content

Commit

Permalink
Fixing another deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
benhutton committed Nov 11, 2010
1 parent 6bf5ab4 commit ec1dd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interlock/interlock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def log(msg)
log_method = :debug
end

RAILS_DEFAULT_LOGGER.send( log_method, msg )
Rails.logger.send( log_method, msg )
end

#
Expand Down

0 comments on commit ec1dd2a

Please sign in to comment.