mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Remove potential new lines in reported logger instances
- Thanks to @MrKaplan-lw for the investigative work
This commit is contained in:
parent
258476e14f
commit
0006d838f5
4 changed files with 4 additions and 7 deletions
|
@ -310,7 +310,7 @@ class Delivery
|
|||
$atom = DFRN::entries($msgitems, $owner);
|
||||
}
|
||||
|
||||
DI::logger()->debug('Notifier entry: ' . $contact['url'] . ' ' . ($target_item_id ?? 'relocation') . ' entry: ' . $atom);
|
||||
DI::logger()->debug('Notifier entry', ['url' => $contact['url'], 'target_item_id' => ($target_item_id ?? 'relocation'), 'entry' => $atom]);
|
||||
|
||||
$protocol = Post\DeliveryData::DFRN;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue