diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-02 16:59:21 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-02 16:59:21 -0400 |
commit | 8b9d675b3008f4f8201f603c05386a002e25d192 (patch) | |
tree | 673716c5ede12e48b6ef02296d7c052dc5852553 /actions/remotesubscribe.php | |
parent | 7e82a6fcb19b18f70ce19afc0080f6873d6399a7 (diff) |
move debugging code for checking URIs of XRD
darcs-hash:20080602205921-84dde-26945a4fb66489120115576ce1cb57a46c532e92.gz
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r-- | actions/remotesubscribe.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index c9fd0987d..f0d7a4a39 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -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; } |