]> git.mxchange.org Git - friendica.git/commitdiff
added logging
authorMichael Vogel <icarus@dabo.de>
Wed, 10 Jul 2019 03:19:54 +0000 (05:19 +0200)
committerMichael Vogel <icarus@dabo.de>
Wed, 10 Jul 2019 03:19:54 +0000 (05:19 +0200)
src/Protocol/DFRN.php

index 44cd21c391f1f38adf98cb9e93a023ee54a232c6..84c4affc70815d32724c49680c0ddd088934cb37 100644 (file)
@@ -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;
                }