increase log info to track down source of ownership failures

This commit is contained in:
friendica 2014-03-20 16:45:19 -07:00
parent 2dda5d6c70
commit 1156b141db
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
2014-03-19.621
2014-03-20.622