aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-20 04:50:12 -0700
committerFriendika <info@friendika.com>2011-04-20 04:50:12 -0700
commitafe4cc8bfa01017f3dfc1f40892b78f125c596f9 (patch)
tree6807f55b790a5849d06923ab9ade6eb64166d2fa /boot.php
parente0e3cc7a7235fe129aefb0f9b01f36f2ba8b99d4 (diff)
downloadvolse-hubzilla-afe4cc8bfa01017f3dfc1f40892b78f125c596f9.tar.gz
volse-hubzilla-afe4cc8bfa01017f3dfc1f40892b78f125c596f9.tar.bz2
volse-hubzilla-afe4cc8bfa01017f3dfc1f40892b78f125c596f9.zip
pull request #91 fabrixxm (manual merge)
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 1dd539434..060a9e7cd 100644
--- a/boot.php
+++ b/boot.php
@@ -2661,7 +2661,7 @@ function parse_xml_string($s) {
$x = @simplexml_load_string($s2);
if(count(libxml_get_errors()))
foreach(libxml_get_errors() as $err)
- logger('libxml: parse: ' . $err, LOGGER_DATA);
+ logger('libxml: parse: ' . $err->code." at ".$err->line.":".$err->column." : ".$err->message, LOGGER_DATA);
libxml_clear_errors();
return $x;
}}