Improved logging

This commit is contained in:
Michael 2020-11-17 22:41:53 +00:00
parent 219c651289
commit 7615c022be
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}