mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Improved logging
This commit is contained in:
parent
219c651289
commit
7615c022be
1 changed files with 1 additions and 1 deletions
|
@ -1905,7 +1905,7 @@ class Item
|
|||
// When the item was successfully stored we fetch the ID of the item.
|
||||
$current_post = DBA::lastInsertId();
|
||||
} else {
|
||||
Logger::notice('Post-User is already inserted - aborting');
|
||||
Logger::notice('Post-User is already inserted - aborting', ['uid' => $item['uid'], 'uri-id' => $item['uri-id']]);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue