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

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