]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/OStatusPlugin.php
OStatus: fix remote subscription when putting webfinger address in the little box
[quix0rs-gnu-social.git] / plugins / OStatus / OStatusPlugin.php
index 548c8771185d55156883e45678723aa99b2e7a7b..3ac2bb87d74be44beeeeebf7e4cc4bdf467df6ae 100644 (file)
@@ -205,6 +205,8 @@ class OStatusPlugin extends Plugin
 
             if (!empty($oprofile) && !empty($oprofile->salmonuri)) {
 
+                common_log(LOG_INFO, "Sending notice '{$notice->uri}' to remote profile '{$oprofile->uri}'.");
+
                 // FIXME: this needs to go out in a queue handler
 
                 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';