debug message for when services returns null
darcs-hash:20080530184925-84dde-5888985ad083a6cff49c2efe1679e1246735608a.gz
This commit is contained in:
parent
3cb7562659
commit
67c1b399b4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user