debug message for when services returns null

darcs-hash:20080530184925-84dde-5888985ad083a6cff49c2efe1679e1246735608a.gz
This commit is contained in:
Evan Prodromou 2008-05-30 14:49:25 -04:00
parent 3cb7562659
commit 67c1b399b4
1 changed files with 1 additions and 0 deletions

View 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;
}