]> git.mxchange.org Git - friendica.git/commitdiff
Replaced debug log
authorMichael <heluecht@pirati.ca>
Wed, 4 Nov 2020 13:05:07 +0000 (13:05 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 4 Nov 2020 13:05:07 +0000 (13:05 +0000)
src/Protocol/DFRN.php

index b6f7f1cb2b0cdc670b615059a01b7ee541a5b669..2f5cd2effd1bb3ac7ab73d7f0745158370accd81 100644 (file)
@@ -1513,10 +1513,7 @@ class DFRN
                        $author["contact-id"] = $contact_old["id"];
                        $author["network"] = $contact_old["network"];
                } else {
-                       Logger::info('Blubb', ['condition' => $condition]);
-                       if (!$onlyfetch) {
-                               Logger::debug("Contact ".$author["link"]." wasn't found for user ".$importer["importer_uid"]." XML: ".$xml);
-                       }
+                       Logger::info('Contact not found', ['condition' => $condition]);
 
                        $author["contact-unknown"] = true;
                        $contact = Contact::getByURL($author["link"], null, ["id", "network"]);