mirror of
https://github.com/friendica/friendica
synced 2025-04-23 20:30:10 +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
|
@ -37,11 +37,11 @@ class CheckVersion
|
|||
// don't check
|
||||
return;
|
||||
}
|
||||
Logger::log("Checking VERSION from: ".$checked_url, LOGGER_DEBUG);
|
||||
Logger::log("Checking VERSION from: ".$checked_url, Logger::DEBUG);
|
||||
|
||||
// fetch the VERSION file
|
||||
$gitversion = DBA::escape(trim(Network::fetchUrl($checked_url)));
|
||||
Logger::log("Upstream VERSION is: ".$gitversion, LOGGER_DEBUG);
|
||||
Logger::log("Upstream VERSION is: ".$gitversion, Logger::DEBUG);
|
||||
|
||||
Config::set('system', 'git_friendica_version', $gitversion);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue