]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Directory.php
Merge pull request #11296 from annando/use-abstract
[friendica.git] / src / Worker / Directory.php
index 3dcaa7205bf3cca6e6ed6add49baa5379bd53c8c..d499f778ccfaf4ad4df26eba9b952281b96a4183 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -51,7 +51,7 @@ 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::httpClient()->fetch($dir . '?url=' . bin2hex($arr['url']));
                }