]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add some more debugging code
authorEvan Prodromou <evan@prodromou.name>
Thu, 12 Jun 2008 19:04:47 +0000 (15:04 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 12 Jun 2008 19:04:47 +0000 (15:04 -0400)
darcs-hash:20080612190447-84dde-f5752112cd129b44719114e56bec7f3745c665fd.gz

lib/omb.php

index 5f34e9e132677c217741d9ba48bba97305b790d2..036163fd92499468729630bf72f5cc02944811bb 100644 (file)
@@ -237,9 +237,13 @@ function omb_update_profile($profile, $remote_profile, $subscription) {
 
        $fetcher = Auth_Yadis_Yadis::getHTTPFetcher();
 
+       common_debug('request URL = '.$req->get_normalized_http_url(), __FILE__);
+       common_debug('postdata = '.$req->to_postdata(), __FILE__);
        $result = $fetcher->post($req->get_normalized_http_url(),
                                                         $req->to_postdata());
 
+       common_debug('Got HTTP result "'.print_r($result,TRUE).'"', __FILE__);
+       
        if ($result->status == 403) { # not authorized, don't send again
                common_debug('403 result, deleting subscription', __FILE__);
                $subscription->delete();