1
0
Fork 0

Improve Logger calls

- Add context in various calls
- Remove deprecated Logger::log call in Processor
This commit is contained in:
Hypolite Petovan 2019-02-23 09:25:21 -05:00
commit 67aa188830
5 changed files with 29 additions and 11 deletions

View file

@ -1127,4 +1127,4 @@ function item_add_implicit_mentions(array $tags, array $thread_parent_contact, $
}
return $tags;
}
}