From 1aafb807434905e4b8cf166ea09d26ed8d760fee Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 25 Sep 2017 06:04:40 +0000 Subject: [PATCH] Added log information --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/diaspora.php b/include/diaspora.php index f7dee831d..5ecbfa4dc 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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); }