]> git.mxchange.org Git - friendica.git/commitdiff
Improved logging
authorMichael <heluecht@pirati.ca>
Tue, 17 Nov 2020 22:41:53 +0000 (22:41 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 17 Nov 2020 22:41:53 +0000 (22:41 +0000)
src/Model/Item.php

index f160dec4cca58d89616683e4ccb4061f59f60c20..3ec57f33c685cea2661f39f7b57a2701ef920628 100644 (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;
                }