mirror of
https://github.com/friendica/friendica
synced 2024-11-18 08:23:53 +00:00
Don't show the body in the log
This commit is contained in:
parent
435b30be11
commit
5f0657a30c
1 changed files with 1 additions and 1 deletions
|
@ -1610,7 +1610,7 @@ class Processor
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($object) || !is_array($object)) {
|
if (empty($object) || !is_array($object)) {
|
||||||
Logger::notice('Invalid JSON data', ['url' => $url, 'content-type' => $curlResult->getContentType(), 'body' => $body]);
|
Logger::notice('Invalid JSON data', ['url' => $url, 'content-type' => $curlResult->getContentType()]);
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue