]> git.mxchange.org Git - friendica.git/commitdiff
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 2069c13ea823a8fbce27af06e8365664a0d0abee..a92446c65b134c356aaa4a9fd817a02a97490e8d 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;
        }