Added log information

2022.09-rc
Michael 2017-09-25 06:04:40 +00:00
rodzic 66515ed85e
commit 1aafb80743
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
}