]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/DFRN/Notify.php
Merge pull request #13128 from annando/owa
[friendica.git] / src / Module / DFRN / Notify.php
index 6001ae6dc02de2183e8f2c171eed4ae73ede998d..ce44dec80533fbf5d65c667839516c10efc95949 100644 (file)
@@ -80,7 +80,7 @@ class Notify extends BaseModule
                $msg = Diaspora::decodeRaw($postdata, '', true);
                if (!is_array($msg)) {
                        // We have to fail silently to be able to hand it over to the salmon parser
-                       $this->logger->warning('Diaspora::decodeRaw() has failed for some reason.');
+                       $this->logger->warning('Diaspora::decodeRaw() has failed for some reason.', ['post-data' => $postdata]);
                        return false;
                }