]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
debug info
authorEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 18:39:11 +0000 (14:39 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 18:39:11 +0000 (14:39 -0400)
darcs-hash:20080602183911-84dde-9b5629cd97b894875b33888195eacffabb2ebe54.gz

actions/remotesubscribe.php

index 4cb388fb1fe9a6fa5e5b309bcbf7924539f77f39..b0e49903b6767fe3f2a8c95b4ab4546645ac8581 100644 (file)
@@ -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;
                }