]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/DFRN.php
Merge pull request #8835 from tobiasd/20200701-lng
[friendica.git] / src / Protocol / DFRN.php
index 10541c0e3e47ed710470681b807c8f24cecdccf3..cd9fc0ca144f83b5327aa9adb5e81b6c092cff88 100644 (file)
@@ -1341,7 +1341,7 @@ class DFRN
                }
 
 
-               Logger::log('dfrn_deliver: ' . "SENDING: " . print_r($postvars, true), Logger::DATA);
+               Logger::debug('dfrn_deliver', ['post' => $postvars]);
 
                $postResult = Network::post($contact['notify'], $postvars);