aboutsummaryrefslogtreecommitdiffstats
path: root/include/onepoll.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-31 20:01:37 -0700
committerfriendica <info@friendica.com>2015-03-31 20:01:37 -0700
commitc98de445281e1a819581f96d0919eb5da307c62c (patch)
treeed352f0334ee8b0cadeef7be09d3398077b9d3e8 /include/onepoll.php
parent68c1aac1e33e24809e8bd75bf6f02756a668d8cb (diff)
downloadvolse-hubzilla-c98de445281e1a819581f96d0919eb5da307c62c.tar.gz
volse-hubzilla-c98de445281e1a819581f96d0919eb5da307c62c.tar.bz2
volse-hubzilla-c98de445281e1a819581f96d0919eb5da307c62c.zip
more logging for onepoll
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 ee90fbdb1..66b000934 100644
--- a/include/onepoll.php
+++ b/include/onepoll.php
@@ -125,7 +125,7 @@ function onepoll_run($argv, $argc){
if(($x) && ($x['success'])) {
$total = 0;
- logger('onepoll: feed update ' . $contact['xchan_name']);
+ logger('onepoll: feed update ' . $contact['xchan_name'] . ' ' . $feedurl);
$j = json_decode($x['body'],true);
if($j['success'] && $j['messages']) {