]> git.mxchange.org Git - friendica.git/commitdiff
Added logging for not created contacts
authorMichael <heluecht@pirati.ca>
Mon, 30 Dec 2019 01:03:00 +0000 (01:03 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 30 Dec 2019 01:03:00 +0000 (01:03 +0000)
src/Model/Contact.php

index 1fd8426acd03bf15901e251d84204cc07a57b481..5da36685b6744462d774be8356f435fb69648e21 100644 (file)
@@ -1515,6 +1515,7 @@ class Contact extends BaseObject
                }
 
                if (empty($data) || ($data['network'] == Protocol::PHANTOM)) {
+                       Logger::info('No valid network found', ['url' => $url, 'data' => $data, 'callstack' => System::callstack(20)]);
                        return 0;
                }