]> git.mxchange.org Git - friendica.git/commitdiff
Added log information
authorMichael <heluecht@pirati.ca>
Mon, 25 Sep 2017 06:04:40 +0000 (06:04 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 25 Sep 2017 06:04:40 +0000 (06:04 +0000)
include/diaspora.php

index f7dee831d8c198bd6db14595cfb5fa5507a0b1eb..5ecbfa4dc79f9d7053bc05a33db9de8158dbfb0f 100644 (file)
@@ -227,7 +227,7 @@ class Diaspora {
                $basedom = parse_xml_string($xml);
 
                if (!is_object($basedom)) {
-                       logger('Received data does not seem to be an XML. Discarding.');
+                       logger('Received data does not seem to be an XML. Discarding. '.$xml);
                        http_status_exit(400);
                }