diff options
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r-- | actions/remotesubscribe.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 53c868c1f..64b220383 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; } |