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
1 changed files with 1 additions and 0 deletions

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;
}