diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-02 14:39:11 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-02 14:39:11 -0400 |
commit | 823b79366fe25059f7526e13da0175e8ecbeedb4 (patch) | |
tree | 59eed8db6f62d22d33c716f0f5bdfd0ab1dc6aeb | |
parent | 38a621dcf8cfdc7de85e49d3f7cbbe40cc19243a (diff) |
debug info
darcs-hash:20080602183911-84dde-9b5629cd97b894875b33888195eacffabb2ebe54.gz
-rw-r--r-- | actions/remotesubscribe.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 4cb388fb1..b0e49903b 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -187,11 +187,13 @@ class RemotesubscribeAction extends Action { foreach (array_merge($omb_endpoints, $oauth_endpoints) as $type) { if (!array_key_exists($type, $omb)) { + common_debug('remotesubscribe.php - could not find type "'.$type.'"'); return NULL; } } if (!omb_local_id($omb[OAUTH_ENDPOINT_REQUEST])) { + common_debug('remotesubscribe.php - request token service has no LocalID.'); return NULL; } |