aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-20 16:45:19 -0700
committerfriendica <info@friendica.com>2014-03-20 16:45:19 -0700
commit1156b141db8939474ce3a318276af271e34b8ff5 (patch)
tree79b4f06247a53d5dc17faa8b28539030eb1c20ba /include
parent2dda5d6c708a8fb6e20b1f722510d8f174e1e328 (diff)
downloadvolse-hubzilla-1156b141db8939474ce3a318276af271e34b8ff5.tar.gz
volse-hubzilla-1156b141db8939474ce3a318276af271e34b8ff5.tar.bz2
volse-hubzilla-1156b141db8939474ce3a318276af271e34b8ff5.zip
increase log info to track down source of ownership failures
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index d4d77157a..c8e95f993 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1360,7 +1360,7 @@ function process_delivery($sender,$arr,$deliveries,$relay) {
// We've validated the sender. Now make sure that the sender is the owner or author
if($sender['hash'] != $arr['owner_xchan'] && $sender['hash'] != $arr['author_xchan']) {
- logger('process_delivery: sender is not owner or author');
+ logger("process_delivery: sender {$sender['hash']} is not owner {$arr['owner_xchan']} or author {$arr['author_xchan']} - mid {$arr['mid']}");
return;
}