aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-03 16:39:22 -0800
committerfriendica <info@friendica.com>2013-01-03 16:39:22 -0800
commite03f6cb975c965dcd741e0d0a121238a5f838b3d (patch)
treea60310b3694f775c3b3ee5617e68ee53ba22154e /include/zot.php
parent6a42d3708ccf0d9e35a1c9cced28d00946b40c26 (diff)
downloadvolse-hubzilla-e03f6cb975c965dcd741e0d0a121238a5f838b3d.tar.gz
volse-hubzilla-e03f6cb975c965dcd741e0d0a121238a5f838b3d.tar.bz2
volse-hubzilla-e03f6cb975c965dcd741e0d0a121238a5f838b3d.zip
more debugging - looks like michameer.dyndns.org is throwing 500s so cannot test further
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index bf5bdd578..b8cce4b41 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -220,6 +220,8 @@ function zot_refresh($them,$channel = null) {
$result = z_post_url($url . $rhs,$postvars);
+ logger('zot_refresh: zot-info: ' . print_r($result,true));
+
if($result['success']) {
$j = json_decode($result['body'],true);