Should be just a debug log entry
authorMichael <heluecht@pirati.ca>
Wed, 6 Jun 2018 05:32:06 +0000 (05:32 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 6 Jun 2018 05:32:06 +0000 (05:32 +0000)
bin/daemon.php

index 2069c13..a92446c 100755 (executable)
@@ -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;
        }