]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
move debugging code for checking URIs of XRD
authorEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 20:59:21 +0000 (16:59 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 20:59:21 +0000 (16:59 -0400)
darcs-hash:20080602205921-84dde-26945a4fb66489120115576ce1cb57a46c532e92.gz

actions/remotesubscribe.php

index c9fd0987d670c44a2bf15dee82619f3596e45b9f..f0d7a4a392049767e26695a59b8a7444b6aeb9f0 100644 (file)
@@ -190,6 +190,7 @@ class RemotesubscribeAction extends Action {
                                common_debug('remotesubscribe.php - could not find type "'.$type.'"');
                                return NULL;
                        }
+                       common_debug('remotesubscribe.php - key ="'.$type.'" and URI ="'.omb_service_uri($omb[$type]).'"');
                }
 
                if (!omb_local_id($omb[OAUTH_ENDPOINT_REQUEST])) {
@@ -197,7 +198,6 @@ class RemotesubscribeAction extends Action {
                        return NULL;
                }
 
-               common_debug('remotesubscribe.php - this looks like a good OMB: "'.print_r($omb,TRUE).'"');
                return $omb;
        }