From: Michael Vogel Date: Wed, 10 Jul 2019 03:19:54 +0000 (+0200) Subject: added logging X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6b25fd5b2fabb3e95476c391f014224121ebb1db;p=friendica.git added logging --- diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 44cd21c391..84c4affc70 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -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; }