]> git.mjollnir.org Git - moodle.git/commitdiff
Add a message to help debugging
authormoodler <moodler>
Sun, 27 Jul 2003 12:22:05 +0000 (12:22 +0000)
committermoodler <moodler>
Sun, 27 Jul 2003 12:22:05 +0000 (12:22 +0000)
admin/cron.php

index 2ea8a6768cdfb9e3cb3788b2886ea4ac75bf746d..25981f7463f27387603fbe6c888ba807c0212bf0 100644 (file)
@@ -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