]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact/Relation.php
Merge pull request #10551 from annando/profiler
[friendica.git] / src / Model / Contact / Relation.php
index d9a38e8c3e89ef0b41c0f6921f394519661f402d..b9d38790db5bf4b1a88a1f55a9cd7d3b60ff6e44 100644 (file)
@@ -78,10 +78,12 @@ class Relation
        {
                $contact = Contact::getByURL($url);
                if (empty($contact)) {
+                       Logger::info('Contact not found', ['url' => $url]);
                        return;
                }
 
                if (!self::isDiscoverable($url, $contact)) {
+                       Logger::info('Contact is not discoverable', ['url' => $url]);
                        return;
                }