aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-01-17 12:41:55 +0100
committerJosé Valim <jose.valim@gmail.com>2010-01-17 12:43:17 +0100
commit27d9836ad3519d57462b86a4e539c1aa176b6d95 (patch)
tree8a228e43b44285ab7fd3a63d8908fbe4469d3a1e /activerecord
parent61ada28ed3cdc42efa6f9714e909231959b88c26 (diff)
downloadrails-27d9836ad3519d57462b86a4e539c1aa176b6d95.tar.gz
rails-27d9836ad3519d57462b86a4e539c1aa176b6d95.tar.bz2
rails-27d9836ad3519d57462b86a4e539c1aa176b6d95.zip
Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/railties/subscriber.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/railties/subscriber.rb b/activerecord/lib/active_record/railties/subscriber.rb
index 7c2a10cf0f..fd873dbff8 100644
--- a/activerecord/lib/active_record/railties/subscriber.rb
+++ b/activerecord/lib/active_record/railties/subscriber.rb
@@ -12,7 +12,7 @@ module ActiveRecord
name = color(name, :magenta, true)
end
- debug "#{name} #{sql}"
+ debug " #{name} #{sql}"
end
def odd?