1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-11 17:48:51 +00:00

Added log information

This commit is contained in:
Michael 2017-09-25 06:04:40 +00:00
parent 66515ed85e
commit 1aafb80743

View file

@ -227,7 +227,7 @@ class Diaspora {
$basedom = parse_xml_string($xml); $basedom = parse_xml_string($xml);
if (!is_object($basedom)) { 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); http_status_exit(400);
} }