reorder log line in SQL event

This commit is contained in:
Raphael Sofaer 2011-02-11 16:29:25 -08:00
parent 2b650e6b6d
commit c173bf5104

View file

@ -79,7 +79,7 @@ module ActiveRecord
}.inspect
end
info "event=sql name='#{payload[:name]}' ms=#{event.duration} query='#{sql}' binds='#{binds}' caller_with_diaspora='#{caller.grep(/diaspora/).join(';')}' caller_hash='#{caller.hash}'"
info "event=sql name='#{payload[:name]}' ms=#{event.duration} query='#{sql}' caller_hash=#{caller.hash} binds='#{binds}' caller_with_diaspora='#{caller.grep(/diaspora/).join(';')}'"
end
end