Added logging for not created contacts

This commit is contained in:
Michael 2019-12-30 01:03:00 +00:00
parent 5c4184c03a
commit 4786298da4
1 changed files with 1 additions and 0 deletions

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