From 7615c022be9f846993942757306e07e650e53f69 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 17 Nov 2020 22:41:53 +0000 Subject: [PATCH] Improved logging --- src/Model/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Item.php b/src/Model/Item.php index f160dec4cc..3ec57f33c6 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -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; }