aboutsummaryrefslogtreecommitdiffstats
path: root/include/onepoll.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-19 02:22:24 -0700
committerfriendica <info@friendica.com>2014-09-19 02:22:24 -0700
commit87a6f257691e68ebf0364476493ff19c9f220297 (patch)
tree5d51410122cb37bf5e9b23012d0dcce6ef5b7e08 /include/onepoll.php
parent083b5da967d52780d0ff2f9e3a01484c45eed38d (diff)
downloadvolse-hubzilla-87a6f257691e68ebf0364476493ff19c9f220297.tar.gz
volse-hubzilla-87a6f257691e68ebf0364476493ff19c9f220297.tar.bz2
volse-hubzilla-87a6f257691e68ebf0364476493ff19c9f220297.zip
try to sort out walltowall translation for diaspora recipients
Diffstat (limited to 'include/onepoll.php')
-rw-r--r--include/onepoll.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onepoll.php b/include/onepoll.php
index 1f28852e9..98d52db93 100644
--- a/include/onepoll.php
+++ b/include/onepoll.php
@@ -135,7 +135,7 @@ function onepoll_run($argv, $argc){
foreach($j['messages'] as $message) {
$results = process_delivery(array('hash' => $contact['xchan_hash']), get_item_elements($message),
array(array('hash' => $importer['xchan_hash'])), false);
- logger('onepoll: feed_update: process_delivery: ' . print_r($results,true));
+ logger('onepoll: feed_update: process_delivery: ' . print_r($results,true), LOGGER_DATA);
$total ++;
}
logger("onepoll: $total messages processed");