Merge pull request #8033 from annando/contact-logging

Added logging for not created contacts
This commit is contained in:
Hypolite Petovan 2019-12-29 21:07:36 -05:00 committed by GitHub
commit 3c76826793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1514,6 +1514,7 @@ class Contact
}
if (empty($data) || ($data['network'] == Protocol::PHANTOM)) {
Logger::info('No valid network found', ['url' => $url, 'data' => $data, 'callstack' => System::callstack(20)]);
return 0;
}