]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
debug message for when services returns null
authorEvan Prodromou <evan@prodromou.name>
Fri, 30 May 2008 18:49:25 +0000 (14:49 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 30 May 2008 18:49:25 +0000 (14:49 -0400)
darcs-hash:20080530184925-84dde-5888985ad083a6cff49c2efe1679e1246735608a.gz

actions/remotesubscribe.php

index 53c868c1fd4d223f284132edcf29526c007504da..64b220383cccf0fa5e90b386b49210c31ef0187e 100644 (file)
@@ -118,6 +118,7 @@ class RemotesubscribeAction extends Action {
                $omb = array();
                $services = $yadis->services(); # ordered by priority
                if (!$services) {
+                       common_debug('remotesubscribe.php: Got no services back from XRDS.');
                        return NULL;
                }