More debugging for Salmon activities

This commit is contained in:
Mikael Nordfeldth 2014-05-05 19:10:44 +02:00
parent bbada781b7
commit cdefeda659
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class Salmon
public function post($endpoint_uri, $xml, Profile $actor)
{
if (empty($endpoint_uri)) {
common_debug('No endpoint URI for Salmon post to '.$actor->getUri());
return false;
}