X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FJsonLD.php;h=866fc2cdf54d532142039db2214ba55b3d8187f0;hb=71cf72cc8bde161471b2294c675fb0500dd48399;hp=f91d84ad5c13cd5e98a39b97db2835baa3ac176f;hpb=a364436623a09d155421077b37537b94364392b0;p=friendica.git diff --git a/src/Util/JsonLD.php b/src/Util/JsonLD.php index f91d84ad5c..866fc2cdf5 100644 --- a/src/Util/JsonLD.php +++ b/src/Util/JsonLD.php @@ -1,6 +1,6 @@ $e->getLine(), 'message' => $e->getMessage()]); + Logger::notice('compacting error', ['line' => $e->getLine(), 'exception' => $e]); } $json = json_decode(json_encode($compacted, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE), true);