X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FDirectory.php;h=7b098bc9480a68e83f5c22fe545e95158ec40cd4;hb=ab83d0dd27e46e733ecb49f25789bfb318852ac7;hp=12dfda087368864b37cfb4576d0daf33fb33b9d3;hpb=2a431b580f2e8f6a596e84175932e793678cde63;p=friendica.git diff --git a/src/Worker/Directory.php b/src/Worker/Directory.php index 12dfda0873..7b098bc948 100644 --- a/src/Worker/Directory.php +++ b/src/Worker/Directory.php @@ -51,9 +51,9 @@ class Directory Hook::callAll('globaldir_update', $arr); - Logger::log('Updating directory: ' . $arr['url'], Logger::DEBUG); + Logger::info('Updating directory: ' . $arr['url']); if (strlen($arr['url'])) { - DI::httpRequest()->fetch($dir . '?url=' . bin2hex($arr['url'])); + DI::httpClient()->fetch($dir . '?url=' . bin2hex($arr['url'])); } return;