mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:50:17 +00:00
Logger Levels
update logger levels in calls
This commit is contained in:
parent
91ef9f238c
commit
50da89d861
86 changed files with 673 additions and 673 deletions
|
@ -34,7 +34,7 @@ class Directory
|
|||
|
||||
Addon::callHooks('globaldir_update', $arr);
|
||||
|
||||
Logger::log('Updating directory: ' . $arr['url'], LOGGER_DEBUG);
|
||||
Logger::log('Updating directory: ' . $arr['url'], Logger::DEBUG);
|
||||
if (strlen($arr['url'])) {
|
||||
Network::fetchUrl($dir . '?url=' . bin2hex($arr['url']));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue