Skip to content
Snippets Groups Projects
Commit f0d6550f authored by Akihiko Odaki's avatar Akihiko Odaki Committed by Eugen Rochko
Browse files

Fix logging in ProcessFeedService (#4270)

parent 8400bee3
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class ProcessFeedService < BaseService
activity = OStatus::Activity::General.new(xml, account)
activity.specialize&.perform if activity.status?
rescue ActiveRecord::RecordInvalid => e
Rails.logger.debug "Nothing was saved for #{id} because: #{e}"
Rails.logger.debug "Nothing was saved for #{activity.id} because: #{e}"
nil
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment