Clean up another couple log lines
This commit is contained in:
parent
d81db97054
commit
7100bc14d1
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ module Diaspora
|
|||
if response.is_a? Person
|
||||
salmon_author = response
|
||||
if salmon.verified_for_key?(salmon_author.public_key)
|
||||
Rails.logger.info("data in salmon: #{salmon.parsed_data}")
|
||||
Rails.logger.debug("data in salmon: #{salmon.parsed_data}")
|
||||
self.receive(salmon.parsed_data, salmon_author)
|
||||
end
|
||||
else
|
||||
Rails.logger.info("#{salmon.author_email} not found error: #{response}")
|
||||
Rails.logger.info("event=receive status=abort recipient=#{self.diaspora_handle} sender=#{salmon.author_email} reason='#{response}'")
|
||||
end
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue