Merge branch 'master' of github.com:diaspora/diaspora

This commit is contained in:
MrZYX 2011-02-12 21:31:51 +01:00
commit 3fc2dfb31a

View file

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