fixed typo in logging
This commit is contained in:
parent
c9d0b978d4
commit
5f3d25e5c4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ module DiasporaFederation
|
|||
def validate_and_receive
|
||||
validate
|
||||
DiasporaFederation.callbacks.trigger(:receive_entity, entity, recipient_id)
|
||||
logger.info "successfully received #{entity.class}#{":#{entity.guid}" if entity.respond_to?(:guid)}" \
|
||||
logger.info "successfully received #{entity.class}#{":#{entity.guid}" if entity.respond_to?(:guid)} " \
|
||||
"from person #{sender}#{" for #{recipient_id}" if recipient_id}"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue