From b47b917eb0a8bcc8e07a8978bf9a18a2e199d96c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 5 May 2018 01:52:35 -0700 Subject: check_item_source: always log uid --- include/items.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/items.php b/include/items.php index 99dfca6d7..9d6e53c1e 100755 --- a/include/items.php +++ b/include/items.php @@ -3033,6 +3033,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent) { */ function check_item_source($uid, $item) { + logger('source: uid: ' . $uid, LOGGER_DEBUG); $xchan = (($item['source_xchan']) ? $item['source_xchan'] : $item['owner_xchan']); $r = q("select * from source where src_channel_id = %d and ( src_xchan = '%s' or src_xchan = '*' ) limit 1", -- cgit v1.2.3