mirror of
https://github.com/moodle/moodle.git
synced 2025-05-31 21:19:49 +02:00
Add a message to help debugging
This commit is contained in:
parent
b2ce450a6b
commit
e561d3c2fc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user