mirror of
https://github.com/friendica/friendica
synced 2024-11-10 21:02:54 +00:00
Added logging for not created contacts
This commit is contained in:
parent
5c4184c03a
commit
4786298da4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue