added logging

This commit is contained in:
Michael Vogel 2019-07-10 05:19:54 +02:00
parent 54d96da94a
commit 6b25fd5b2f
1 changed files with 1 additions and 1 deletions

View File

@ -1456,7 +1456,7 @@ class DFRN
$dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]); $dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]);
if (empty($dest_url)) { if (empty($dest_url)) {
Logger::info('Empty destination', ['contact' => $contact]); Logger::info('Empty destination', ['public' => $public_batch, 'contact' => $contact]);
return -24; return -24;
} }