]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better debug messages
authorEvan Prodromou <evan@prodromou.name>
Fri, 30 May 2008 18:47:12 +0000 (14:47 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 30 May 2008 18:47:12 +0000 (14:47 -0400)
darcs-hash:20080530184712-84dde-bcea123d79aff11585eacee8b85932543acfe072.gz

actions/remotesubscribe.php

index a77b0d6449316fe5753faa94ff65b437ccaf85af..53c868c1fd4d223f284132edcf29526c007504da 100644 (file)
@@ -78,7 +78,7 @@ class RemotesubscribeAction extends Action {
                $fetcher = Auth_Yadis_Yadis::getHTTPFetcher();
                $yadis = Auth_Yadis_Yadis::discover($profile, $fetcher);
 
-               common_debug('remotesubscribe.php: XRDS discovery result: "'.print_r($yadis, TRUE) .'"');
+               common_debug('remotesubscribe.php: XRDS discovery failure? "'.$yadis->failed.'"');
                                         
                if (!$yadis || $yadis->failed) {
                        $this->show_form(_t('Not a valid profile URL (no YADIS document).'));
@@ -121,7 +121,10 @@ class RemotesubscribeAction extends Action {
                        return NULL;
                }
                
+               common_debug('remotesubscribe.php: XRDS service count: '.count($services));
+               
                foreach ($services as $service) {
+                       common_debug('remotesubscribe.php: XRDS service "'.print_r($service,TRUE).'"');
                        $types = $service->matchTypes($endpoints);
                        foreach ($types as $type) {
                                # We take the first one, since it's the highest priority