From 823b79366fe25059f7526e13da0175e8ecbeedb4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 2 Jun 2008 14:39:11 -0400 Subject: debug info darcs-hash:20080602183911-84dde-9b5629cd97b894875b33888195eacffabb2ebe54.gz --- actions/remotesubscribe.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions') 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; } -- cgit v1.2.3-54-g00ecf