From: Evan Prodromou Date: Mon, 2 Jun 2008 18:39:11 +0000 (-0400) Subject: debug info X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=823b79366fe25059f7526e13da0175e8ecbeedb4;p=quix0rs-gnu-social.git debug info darcs-hash:20080602183911-84dde-9b5629cd97b894875b33888195eacffabb2ebe54.gz --- diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 4cb388fb1f..b0e49903b6 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; }