From: moodler Date: Sun, 27 Jul 2003 12:22:05 +0000 (+0000) Subject: Add a message to help debugging X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e561d3c2fc48319f0c29f20aa6f847e13d844b90;p=moodle.git Add a message to help debugging --- diff --git a/admin/cron.php b/admin/cron.php index 2ea8a6768c..25981f7463 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -48,6 +48,7 @@ $random100 = rand(0,100); if ($random100 < 20) { // Approximately 20% of the time. + echo "Running clean-up tasks...\n"; /// Unenrol users who haven't logged in for $CFG->longtimenosee