]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
More debugging for Salmon activities
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 5 May 2014 17:10:44 +0000 (19:10 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 5 May 2014 17:10:44 +0000 (19:10 +0200)
plugins/OStatus/lib/salmon.php

index 244fe4748b5b4aaa59c2d7d21ea926523c66e0da..3d25e15ad881f74313e18adc7c05c80af055dd2d 100644 (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;
         }