Should be just a debug log entry

This commit is contained in:
Michael 2018-06-06 05:32:06 +00:00
parent 83243800b5
commit e005312b87
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ $last_cron = 0;
// Now running as a daemon.
while (true) {
if (!$do_cron && ($last_cron + $wait_interval) < time()) {
logger('Forcing cron worker call.');
logger('Forcing cron worker call.', LOGGER_DEBUG);
$do_cron = true;
}