"log" is replaced with the corresponding logging functions
This commit is contained in:
parent
fd078ee0e2
commit
0bf6612ea3
31 changed files with 72 additions and 72 deletions
|
@ -49,7 +49,7 @@ function public_server_register_account($a, $b)
|
|||
|
||||
function public_server_cron($a, $b)
|
||||
{
|
||||
Logger::log("public_server: cron start");
|
||||
Logger::notice("public_server: cron start");
|
||||
|
||||
$users = DBA::selectToArray('user', [], ["`account_expires_on` < UTC_TIMESTAMP() + INTERVAL ? DAY AND
|
||||
`account_expires_on` > ? AND `expire_notification_sent` <= ?", 5, DBA::NULL_DATETIME, DBA::NULL_DATETIME]);
|
||||
|
@ -97,7 +97,7 @@ function public_server_cron($a, $b)
|
|||
}
|
||||
}
|
||||
|
||||
Logger::log("public_server: cron end");
|
||||
Logger::notice("public_server: cron end");
|
||||
}
|
||||
|
||||
function public_server_enotify(&$a, &$b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue