mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
Improve Logger calls
- Add context in various calls - Remove deprecated Logger::log call in Processor
This commit is contained in:
parent
cb78e77850
commit
67aa188830
5 changed files with 29 additions and 11 deletions
|
@ -204,6 +204,8 @@ class Term
|
|||
$type = self::HASHTAG;
|
||||
$term = $tag;
|
||||
$link = '';
|
||||
|
||||
Logger::notice('Unknown term type', ['tag' => $tag]);
|
||||
}
|
||||
|
||||
if (DBA::exists('term', ['uid' => $item['uid'], 'otype' => self::OBJECT_TYPE_POST, 'oid' => $item_id, 'term' => $term, 'type' => $type])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue