X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FAPContact.php;h=ff151e469e119b579e9edc1442eeabe0818b88ac;hb=999c56a2845ba94cc7c6950a2c951fedc8c966b6;hp=5434bf584fa51df2455f1be2d883478194a4e2e0;hpb=2911895cdb135aacc36050c69a2107f2e2850997;p=friendica.git diff --git a/src/Model/APContact.php b/src/Model/APContact.php index 5434bf584f..ff151e469e 100644 --- a/src/Model/APContact.php +++ b/src/Model/APContact.php @@ -176,7 +176,7 @@ class APContact $cachekey = 'apcontact:' . ItemURI::getIdByURI($url); $result = DI::cache()->get($cachekey); if (!is_null($result)) { - Logger::info('Multiple requests for the address', ['url' => $url, 'update' => $update, 'callstack' => System::callstack(20), 'result' => $result]); + Logger::info('Multiple requests for the address', ['url' => $url, 'update' => $update, 'result' => $result]); if (!empty($fetched_contact)) { return $fetched_contact; }