added logging
This commit is contained in:
parent
54d96da94a
commit
6b25fd5b2f
|
@ -1456,7 +1456,7 @@ class DFRN
|
|||
$dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]);
|
||||
|
||||
if (empty($dest_url)) {
|
||||
Logger::info('Empty destination', ['contact' => $contact]);
|
||||
Logger::info('Empty destination', ['public' => $public_batch, 'contact' => $contact]);
|
||||
return -24;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user