]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/APContact.php
Fix phpcbf style errors in part of code I didn't change
[friendica.git] / src / Model / APContact.php
index 71446e9696f1d100cbc78a624834fbc64246655f..215d7e317dcf4a78b973942c87e1b7acc4e07607 100644 (file)
@@ -169,7 +169,7 @@ class APContact
                $cachekey = 'apcontact:' . ItemURI::getIdByURI($url);
                $result = DI::cache()->get($cachekey);
                if (!is_null($result)) {
-                       Logger::notice('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, 'callstack' => System::callstack(20), 'result' => $result]);
                        if (!empty($fetched_contact)) {
                                return $fetched_contact;
                        }