more diagnostics

This commit is contained in:
friendica
2013-07-15 03:12:51 -07:00
parent d571ac02b2
commit f384695e3d
3 changed files with 4 additions and 4 deletions

View File

@@ -947,7 +947,7 @@ function public_recips($msg) {
$x = array();
$r = array_merge($r,$x);
logger('public_recips: ' . print_r($r,true), LOGGER_DATA);
return $r;
}
@@ -1106,7 +1106,7 @@ function process_delivery($sender,$arr,$deliveries,$relay) {
$arr['aid'] = $channel['channel_account_id'];
$arr['uid'] = $channel['channel_id'];
$item_id = item_store($arr);
$result[] = array($d['hash'],'posted');
$result[] = array($d['hash'],(($item_id) ? 'posted' : 'storage failed'));
}
if($relay && $item_id) {