aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/zot.php2
-rw-r--r--version.inc2
2 files changed, 2 insertions, 2 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;
}
diff --git a/version.inc b/version.inc
index 6d26777da..aff82fc68 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2014-03-19.621
+2014-03-20.622