From e03f6cb975c965dcd741e0d0a121238a5f838b3d Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 Jan 2013 16:39:22 -0800 Subject: more debugging - looks like michameer.dyndns.org is throwing 500s so cannot test further --- include/zot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/zot.php') 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); -- cgit v1.2.3