diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 53c868c1fd..64b220383c 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -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; }