Should be just a debug log entry
This commit is contained in:
parent
83243800b5
commit
e005312b87
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue